hide method

Future<void> hide()

Hides the PlatformInAppBrowser window. Calling this has no effect if the PlatformInAppBrowser was already hidden.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS
  • Windows

Implementation

Future<void> hide() => platform.hide();