create method
Creates the PlatformWebViewEnvironment using settings
.
Check https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/webview2-idl?view=webview2-1.0.2210.55#createcorewebview2environmentwithoptions for more info.
Officially Supported Platforms/Implementations:
Implementation
Future<PlatformWebViewEnvironment> create(
{WebViewEnvironmentSettings? settings}) {
throw UnimplementedError(
'create is not implemented on the current platform');
}