RouteRequiresAuth<T extends Object> typedef

RouteRequiresAuth<T extends Object> = bool Function(T route)

Returns whether a route participates in auth checks.

Implementation

typedef RouteRequiresAuth<T extends Object> = bool Function(T route);