rxdart/debounce library
Classes
-
DebounceStreamTransformer<
T> - Transforms a Stream so that will only emit items from the source sequence if a window has completed, without the source sequence emitting another item.
Extensions
-
DebounceExtensions
on Stream<
T> - Extends the Stream class with the ability to debounce events in various ways