isHidden method

Future<bool> isHidden()

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

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

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