isThrottle method

dynamic isThrottle(
  1. int ms,
  2. List args
)

The function is called at most once in a specified time period.

Implementation

dynamic isThrottle(int ms, List args) => throttle(ms, this, args);