Throttle constructor

Throttle({
  1. int milliseconds = kDefaultThrottlerDuration,
})

A simple class for throttling function execution.

Implementation

Throttle({this.milliseconds = kDefaultThrottlerDuration});