Creates a throttled version of the function
Throttle throttle(Duration delay) { final throttler = Throttle(delay); return throttler; }