utils/throttle library
Throttle utility to limit function call frequency
This library provides the Throttle class and ThrottleExtension for limiting the rate at which a function can be executed.
Classes
- Throttle
- A utility class for throttling function calls.
Extensions
- ThrottleExtension on void Function()
- Extension for throttling function calls directly.