isHidden method
Check if the Web View of the PlatformInAppBrowser instance is hidden.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Windows
Implementation
Future<bool> isHidden() => platform.isHidden();
Check if the Web View of the PlatformInAppBrowser instance is hidden.
Officially Supported Platforms/Implementations:
Future<bool> isHidden() => platform.isHidden();