ChromeSafariBrowser constructor

ChromeSafariBrowser()

Constructs a ChromeSafariBrowser.

Class that provides a visible standard interface for browsing the web. It presents a self-contained web interface inside your app.

If you need to customize or interact with the web content, use the InAppWebView widget.

Implementation

ChromeSafariBrowser()
  : this.fromPlatformCreationParams(
      PlatformChromeSafariBrowserCreationParams(),
    );