easy_debouncer library
Classes
- Debouncer
- A static class for handling method call debouncing.
Typedefs
- DebouncerCallback = void Function()
-
A void callback, i.e. (){}, so we don't need to import e.g.
dart.ui
just for the VoidCallback type definition.