close method
Closes the PlatformChromeSafariBrowser instance.
Officially Supported Platforms/Implementations:
- Android
- iOS
Implementation
Future<void> close() => platform.close();
Closes the PlatformChromeSafariBrowser instance.
Officially Supported Platforms/Implementations:
Future<void> close() => platform.close();