createPlatformChromeSafariBrowser method

PlatformChromeSafariBrowser createPlatformChromeSafariBrowser(
  1. PlatformChromeSafariBrowserCreationParams params
)

Creates a new PlatformChromeSafariBrowser.

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

Implementation

PlatformChromeSafariBrowser createPlatformChromeSafariBrowser(
  PlatformChromeSafariBrowserCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformChromeSafariBrowser is not implemented on the current platform.');
}