close method

Future<void> close()

Closes the PlatformInAppBrowser window.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

Future<void> close() {
  throw UnimplementedError(
      'close is not implemented on the current platform');
}