userAgent property

String? userAgent

Returns the device's user agent.

Implementation

static String? get userAgent {
  return _properties!['userAgent'];
}