RouteAuthenticator constructor

RouteAuthenticator({
  1. required List<String> publicRoutes,
})

Implementation

RouteAuthenticator({required this.publicRoutes});