AtomicThrottle constructor

AtomicThrottle({
  1. required Duration duration,
})

Implementation

AtomicThrottle({
  required this.duration,
});