onExit method
Event fired when the PlatformInAppBrowser
window is closed.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Windows
Implementation
@override
void onExit() {
sl<EztoResultService>().onClose(CloseReason.byUser);
}