onExit method

  1. @override
void onExit()

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);
}