middlewareGroups property
The application's route middleware groups.
Types here must extends Middleware.
Implementation
final Map<String, List<Type>> middlewareGroups = {};
The application's route middleware groups.
Types here must extends Middleware.
final Map<String, List<Type>> middlewareGroups = {};