GuardedRoutes constructor

GuardedRoutes(
  1. AppRoutes<AppRoute> routes,
  2. GuardFunction<AppRoute> onGuard
)

Implementation

GuardedRoutes(this.routes, this.onGuard);