onNavigationNotification property

NotificationListenerCallback<NavigationNotification>? onNavigationNotification
final

The callback to use when receiving a NavigationNotification.

By default this updates the engine with the navigation status.

Implementation

final NotificationListenerCallback<NavigationNotification>? onNavigationNotification;