getDefaultUserAgent static method

Future<String> getDefaultUserAgent()

Gets the default user agent.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

static Future<String> getDefaultUserAgent() =>
    PlatformInAppWebViewController.static().getDefaultUserAgent();