close method
Closes the PlatformChromeSafariBrowser instance.
Officially Supported Platforms/Implementations:
- Android
- iOS
Implementation
Future<void> close() {
throw UnimplementedError(
'close is not implemented on the current platform');
}