createPlatformWebViewFeature method

PlatformWebViewFeature createPlatformWebViewFeature(
  1. PlatformWebViewFeatureCreationParams params
)

Creates a new PlatformWebViewFeature.

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

Implementation

PlatformWebViewFeature createPlatformWebViewFeature(
  PlatformWebViewFeatureCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformWebViewFeature is not implemented on the current platform.');
}