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