GuardedRouteGeneratingFunction<T extends PageRouteInfo<Object?>> typedef

GuardedRouteGeneratingFunction<T extends PageRouteInfo<Object?>> = T Function(GuardCallback guardCallback)

The function that will be used to generate the page that can satisfy the guard when it's not satisfied and thus, activates the guard.

Implementation

typedef GuardedRouteGeneratingFunction<T extends PageRouteInfo> =
    T Function(GuardCallback guardCallback);