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