GuardFunction<T extends AppRoute> typedef

GuardFunction<T extends AppRoute> = void Function(RouteState<T> state)

Implementation

typedef GuardFunction<T extends AppRoute> = void Function(RouteState<T> state);