isOpened method
Returns true if the PlatformInAppBrowser instance is opened, otherwise false.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- macOS WKWebView
- Windows WebView2
- Linux WPE WebKit
Use the PlatformInAppBrowser.isMethodSupported method to check if this method is supported at runtime.
Implementation
bool isOpened() => platform.isOpened();