isHidden method

Future<bool> isHidden()
inherited

Check if the Web View of the PlatformInAppBrowser instance is hidden.

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

Future<bool> isHidden() => platform.isHidden();