guard method

void guard(
  1. AppRouterState state,
  2. AppRoute route
)

Implementation

void guard(AppRouterState state, AppRoute route) {
  onGuard?.call(RouteState(state, route as T));
}