GuardsAutoRouteGuard constructor

GuardsAutoRouteGuard(
  1. GuardBase guard,
  2. GuardedRouteGeneratingFunction<PageRouteInfo<Object?>> redirectRoute
)

Implementation

GuardsAutoRouteGuard(this.guard, this.redirectRoute);