EasyThrottle constructor

EasyThrottle({
  1. Duration? delay,
})

Implementation

EasyThrottle({this.delay}) : _throttleHandler = ThrottleHandler(delay: delay);