RateLimiter constructor

RateLimiter(
  1. int maxRequests,
  2. Duration window
)

Implementation

RateLimiter(this.maxRequests, this.window);