ThrottleInvoker constructor

ThrottleInvoker(
  1. Function _fn,
  2. Duration _wait
)

Implementation

ThrottleInvoker(this._fn, this._wait);