DebounceResultConsumer<T> typedef

DebounceResultConsumer<T> = void Function(T value)

A callback to be called when the debounced or throttled callback is called.

Implementation

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