isOpened method

bool isOpened()

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

Officially Supported Platforms/Implementations:

  • Android
  • iOS

Implementation

bool isOpened() {
  throw UnimplementedError(
      'isOpened is not implemented on the current platform');
}