abort method
Abort navigation without redirecting.
The user stays on the current route.
Implementation
GuardResult abort() => GuardResult.handled;
Abort navigation without redirecting.
The user stays on the current route.
GuardResult abort() => GuardResult.handled;