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