createPlatformInAppBrowserStatic method

PlatformInAppBrowser createPlatformInAppBrowserStatic()

Creates a new empty PlatformInAppBrowser to access static methods.

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

Implementation

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