onNavigationNotification property
final
The callback to use when receiving a NavigationNotification.
By default this updates the engine with the navigation status and stops bubbling the notification.
See also:
- NotificationListener.onNotification, which uses this callback.
Implementation
final NotificationListenerCallback<NavigationNotification>? onNavigationNotification;