isOpened method
Returns true
if the PlatformChromeSafariBrowser instance is opened, otherwise false
.
Officially Supported Platforms/Implementations:
- Android
- iOS
Implementation
bool isOpened() => platform.isOpened();
Returns true
if the PlatformChromeSafariBrowser instance is opened, otherwise false
.
Officially Supported Platforms/Implementations:
bool isOpened() => platform.isOpened();