createPlatformHeadlessInAppWebView method

PlatformHeadlessInAppWebView createPlatformHeadlessInAppWebView(
  1. PlatformHeadlessInAppWebViewCreationParams params
)

Creates a new PlatformHeadlessInAppWebView.

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

Implementation

PlatformHeadlessInAppWebView createPlatformHeadlessInAppWebView(
  PlatformHeadlessInAppWebViewCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformHeadlessInAppWebView is not implemented on the current platform.');
}