ThrottledCallback constructor
ThrottledCallback(
- Throttler _throttler,
- void _action()
Creates a callable wrapper around a Throttler and action.
Implementation
ThrottledCallback(this._throttler, this._action);