createPlatformHeadlessInAppWebViewStatic method

PlatformHeadlessInAppWebView createPlatformHeadlessInAppWebViewStatic()

Creates a new empty PlatformHeadlessInAppWebView to access static methods.

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

Implementation

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