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() {
throw UnimplementedError(
'isHidden is not implemented on the current platform');
}