Creates a Throttle instance for this function with the specified delay.
delay
Throttle throttle(Duration delay) { final Throttle throttler = Throttle(delay); return throttler; }