DebounceableAtom<T> extension

on

Methods

debounce(Debouncer<T> debounceFunction, {Duration interval = const Duration(milliseconds: 400)}) → void