RateLimiter constructor
RateLimiter({})
Constructor
Implementation
RateLimiter({
required this.storagePath,
required this.maxRequests,
required this.resetDuration,
required this.encryptionPassword,
required this.ipBlocker,
required this.countryBlocker,
required this.shouldDisplayCaptcha,
}) {
_loadRequests();
}