Debouncer<T> typedef

Debouncer<T> = void Function(T value)

Implementation

typedef Debouncer<T> = void Function(T value);