DebouncedCallback constructor

DebouncedCallback(
  1. Debouncer _debouncer,
  2. AsyncAction _action
)

Creates a callable wrapper around a Debouncer and action.

Implementation

DebouncedCallback(this._debouncer, this._action);