createPlatformInAppWebViewWidget method
Creates a new PlatformInAppWebViewWidget.
This function should only be called by the app-facing package.
Look at using InAppWebView in flutter_inappwebview
instead.
Implementation
PlatformInAppWebViewWidget createPlatformInAppWebViewWidget(
PlatformInAppWebViewWidgetCreationParams params,
) {
throw UnimplementedError(
'createPlatformInAppWebViewWidget is not implemented on the current platform.');
}