onOnNavigationNotification method

bool onOnNavigationNotification(
  1. NavigationNotification notification
)
inherited

Called when a navigation event occurs Return true if you deem this change is handled.

Implementation

bool onOnNavigationNotification(NavigationNotification notification) => false;