createPlatformWebViewEnvironment method

PlatformWebViewEnvironment createPlatformWebViewEnvironment(
  1. PlatformWebViewEnvironmentCreationParams params
)

Creates a new PlatformWebViewEnvironment.

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

Implementation

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