close method
Closes the PlatformInAppBrowser window.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Windows
Implementation
Future<void> close() => platform.close();
Closes the PlatformInAppBrowser window.
Officially Supported Platforms/Implementations:
Future<void> close() => platform.close();