createPlatformWebViewFeatureStatic method

PlatformWebViewFeature createPlatformWebViewFeatureStatic()

Creates a new empty PlatformWebViewFeature to access static methods.

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

Implementation

PlatformWebViewFeature createPlatformWebViewFeatureStatic() {
  throw UnimplementedError(
      'createPlatformWebViewFeatureStatic is not implemented on the current platform.');
}