onNavigationEvent method

  1. @override
void onNavigationEvent(
  1. CustomTabsNavigationEventType? navigationEvent
)
override

Event fired when a navigation event happens.

Officially Supported Platforms/Implementations:

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