userAgent property
String?
get
userAgent
Returns the device's user agent.
Implementation
static String? get userAgent {
return _properties!['userAgent'];
}
Returns the device's user agent.
static String? get userAgent {
return _properties!['userAgent'];
}