onRedirect method
Called when guard returns GuardResultRedirect with redirect
as the new target.
Implementation
@mustCallSuper
void onRedirect(
RouteNode origin,
RouteNode target,
RouteNode redirect,
RouteNodeGuard? guard,
) {}
Called when guard returns GuardResultRedirect with redirect
as the new target.
@mustCallSuper
void onRedirect(
RouteNode origin,
RouteNode target,
RouteNode redirect,
RouteNodeGuard? guard,
) {}