close method

Future<void> close()
inherited

Closes the PlatformInAppBrowser window.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS
  • Windows

Implementation

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