createPlatformWebViewEnvironmentStatic method

PlatformWebViewEnvironment createPlatformWebViewEnvironmentStatic()

Creates a new empty PlatformWebViewEnvironment to access static methods.

This function should only be called by the app-facing package. Look at using WebViewEnvironment in flutter_inappwebview_forge instead.

Implementation

PlatformWebViewEnvironment createPlatformWebViewEnvironmentStatic() {
  throw UnimplementedError(
    'createPlatformWebViewEnvironmentStatic is not implemented on the current platform.',
  );
}