util/bloc_utils library
Constants
- throttleDuration → const Duration
- Default duration used for throttling events.
Functions
-
throttleDroppable<
E> (Duration duration) → EventTransformer< E> -
Creates an
EventTransformer
that throttles incoming events and processes them withdroppable
.