isOpened method

  1. @override
bool isOpened()

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

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS
  • Windows

Implementation

@override
bool isOpened() {
  return this._isOpened;
}