Middleware constructor
The Middleware constructor is used to create a new instance of the Middleware class.
Implementation
const Middleware({this.routes = const ['*']});
The Middleware constructor is used to create a new instance of the Middleware class.
const Middleware({this.routes = const ['*']});