DebounceErrorConsumer typedef

DebounceErrorConsumer = void Function(Object error, StackTrace stackTrace)

A callback to be called when the debounced or throttled callback throws an error.

Implementation

typedef DebounceErrorConsumer = void Function(
    Object error, StackTrace stackTrace);