ThrottleInterceptor constructor
ThrottleInterceptor({
- Duration duration = const Duration(seconds: 1),
- String keyBuilder(
- AdapterRequest request
Implementation
ThrottleInterceptor({
this.duration = const Duration(seconds: 1),
this.keyBuilder,
});