onWillOpenInBrowser method
override
Event fired when the user opens the current page in the default browser by tapping the toolbar button.
Officially Supported Platforms/Implementations:
- iOS WKWebView 14.0+ (Official API - SFSafariViewControllerDelegate.safariViewControllerWillOpenInBrowser)
Use the PlatformChromeSafariBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@override
void onWillOpenInBrowser() {}