createPlatformChromeSafariBrowserStatic method

  1. @override
AndroidChromeSafariBrowser createPlatformChromeSafariBrowserStatic()

Creates a new empty AndroidChromeSafariBrowser to access static methods.

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

Implementation

@override
AndroidChromeSafariBrowser createPlatformChromeSafariBrowserStatic() {
  return AndroidChromeSafariBrowser.static();
}