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