createPlatformInAppWebViewWidget method
AndroidInAppWebViewWidget
createPlatformInAppWebViewWidget(
- 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);
}