createPlatformWebViewWidget method

PlatformWebViewWidget createPlatformWebViewWidget(
  1. PlatformWebViewWidgetCreationParams params
)

Create a new PlatformWebViewWidget.

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

Implementation

PlatformWebViewWidget createPlatformWebViewWidget(
  PlatformWebViewWidgetCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformWebViewWidget is not implemented on the current platform.');
}