close method

Future<void> close()

Closes the PlatformChromeSafariBrowser instance.

Officially Supported Platforms/Implementations:

  • Android
  • iOS

Implementation

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