createPlatformHeadlessInAppWebView method
AndroidHeadlessInAppWebView
createPlatformHeadlessInAppWebView(
- PlatformHeadlessInAppWebViewCreationParams params
Creates a new AndroidHeadlessInAppWebView.
This function should only be called by the app-facing package.
Look at using HeadlessInAppWebView
in flutter_inappwebview
instead.
Implementation
@override
AndroidHeadlessInAppWebView createPlatformHeadlessInAppWebView(
PlatformHeadlessInAppWebViewCreationParams params,
) {
return AndroidHeadlessInAppWebView(params);
}