userAgent property

String userAgent

Returns the User Agent of the current browser.

Implementation

String get userAgent => debugUserAgentOverride ?? _userAgent;