singleton property Null safety
This Middleware is a singleton: the same instance goes to every endpoint
Implementation
bool get singleton => true;
This Middleware is a singleton: the same instance goes to every endpoint
bool get singleton => true;