isOpened method

bool isOpened()

Returns true if the PlatformChromeSafariBrowser instance is opened, otherwise false.

Officially Supported Platforms/Implementations:

  • Android Chrome Custom Tabs
  • iOS SFSafariViewController

Use the PlatformChromeSafariBrowser.isMethodSupported method to check if this method is supported at runtime.

Implementation

bool isOpened() => platform.isOpened();