utils/debounce library

Classes

Debounce
A static class for handling method call debouncing.

Typedefs

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