remove static method
Removes a middleware from the global registry.
Implementation
static bool remove(LevitReactiveMiddleware middleware) {
final result = _middlewares.remove(middleware);
_updateFlags();
return result;
}
Removes a middleware from the global registry.
static bool remove(LevitReactiveMiddleware middleware) {
final result = _middlewares.remove(middleware);
_updateFlags();
return result;
}