createPlatformChromeSafariBrowserStatic method

PlatformChromeSafariBrowser createPlatformChromeSafariBrowserStatic()

Creates a new empty PlatformChromeSafariBrowser to access static methods.

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

Implementation

PlatformChromeSafariBrowser createPlatformChromeSafariBrowserStatic() {
  throw UnimplementedError(
      'createPlatformChromeSafariBrowserStatic is not implemented on the current platform.');
}