onNavigationEvent method
override
Event fired when a navigation event happens.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - CustomTabsCallback.onNavigationEvent)
Parameters - Officially Supported Platforms/Implementations:
navigationEvent: all platforms
Use the PlatformChromeSafariBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@override
void onNavigationEvent(CustomTabsNavigationEventType? navigationEvent) {}