utils/event_transformers library

Classes

EasyDebounce
Limits the rate at which a function can fire.
EasyThrottle
Ensures a function is called at most once in a specified period.

Typedefs

VoidCallback = void Function()