createPlatformInAppWebViewWidgetStatic method
Creates a new empty PlatformInAppWebViewWidget to access static methods.
This function should only be called by the app-facing package.
Look at using InAppWebView in flutter_inappwebview_forge instead.
Implementation
PlatformInAppWebViewWidget createPlatformInAppWebViewWidgetStatic() {
throw UnimplementedError(
'createPlatformInAppWebViewWidgetStatic is not implemented on the current platform.',
);
}