close method

Future<void> close()

Closes the PlatformInAppBrowser window.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

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