ThrottleInterceptor constructor

ThrottleInterceptor({
  1. Duration duration = const Duration(seconds: 1),
  2. String keyBuilder(
    1. AdapterRequest request
    )?,
})

Implementation

ThrottleInterceptor({
  this.duration = const Duration(seconds: 1),
  this.keyBuilder,
});