userAgent property

String? get userAgent

Returns the device's user agent.

Implementation

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