easy_debounce library

Classes

EasyDebounce
A static class for handling method call debouncing.

Typedefs

EasyDebounceCallback = void Function()
A void callback, i.e. (){}, so we don't need to import e.g. dart.ui just for the VoidCallback type definition.