onClosed method

  1. @override
void onClosed()
override

Event fired when the PlatformChromeSafariBrowser is closed.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView

Use the PlatformChromeSafariBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@override
void onClosed() {}