createPlatformWebViewFeature method
Creates a new wv.AndroidWebViewFeature.
This function should only be called by the app-facing package.
Look at using WebViewFeature
in flutter_inappwebview
instead.
Implementation
@override
wv.AndroidWebViewFeature createPlatformWebViewFeature(
PlatformWebViewFeatureCreationParams params,
) {
return wv.AndroidWebViewFeature(params);
}