getDefaultUserAgent static method
Gets the default user agent.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebSettings.getDefaultUserAgent)
- iOS WKWebView
- macOS WKWebView
- Web <iframe> but requires same origin (Official API - Navigator.userAgent)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
static Future<String> getDefaultUserAgent() =>
PlatformInAppWebViewController.static().getDefaultUserAgent();