close method

Future<void> close()

Closes the PlatformChromeSafariBrowser instance.

Officially Supported Platforms/Implementations:

  • Android Chrome Custom Tabs
  • iOS SFSafariViewController

Use the PlatformChromeSafariBrowser.isMethodSupported method to check if this method is supported at runtime.

Implementation

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