menu
air_framework package
documentation
framework/communication/event_bus.dart
RateLimitConfig
RateLimitConfig.new const constructor
RateLimitConfig.new const constructor
dark_mode
light_mode
RateLimitConfig
constructor
const
RateLimitConfig
(
{
Duration
window
=
const Duration(seconds: 1)
,
int
maxEvents
=
100
,
})
Implementation
const RateLimitConfig({ this.window = const Duration(seconds: 1), this.maxEvents = 100, });
air_framework package
documentation
framework/communication/event_bus
RateLimitConfig
RateLimitConfig.new const constructor
RateLimitConfig class