DebouncedCallback constructor
DebouncedCallback(
- Debouncer _debouncer,
- AsyncAction _action
Creates a callable wrapper around a Debouncer and action.
Implementation
DebouncedCallback(this._debouncer, this._action);