RateLimitMiddleware({ this.maxRequests = 60, this.window = const Duration(minutes: 1), }) : _store = _RateLimitStore(window);