onWillOpenInBrowser method

  1. @override
void onWillOpenInBrowser()
override

Event fired when the user opens the current page in the default browser by tapping the toolbar button.

Officially Supported Platforms/Implementations:

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

Implementation

@override
void onWillOpenInBrowser() {}