createPlatformInAppWebViewWidget method

  1. @override
AndroidInAppWebViewWidget createPlatformInAppWebViewWidget(
  1. PlatformInAppWebViewWidgetCreationParams params
)

Creates a new AndroidInAppWebViewWidget.

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

Implementation

@override
AndroidInAppWebViewWidget createPlatformInAppWebViewWidget(
  PlatformInAppWebViewWidgetCreationParams params,
) {
  return AndroidInAppWebViewWidget(params);
}