Throttle constructor
Throttle({
- int milliseconds = kDefaultThrottlerDuration,
A simple class for throttling function execution.
Implementation
Throttle({this.milliseconds = kDefaultThrottlerDuration});