createPlatformWebViewController method

PlatformWebViewController createPlatformWebViewController(
  1. PlatformWebViewControllerCreationParams params
)

Create a new PlatformWebViewController.

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

Implementation

PlatformWebViewController createPlatformWebViewController(
  PlatformWebViewControllerCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformWebViewController is not implemented on the current platform.');
}