onIntercept property
final
Called to veto attempts by the user to navigate away or pop the route.
If the callback returns a Future that resolves to false, the navigation will not continue.
Implementation
final NavigateInterceptor? onIntercept;