Creates a Debounce instance for this function with the specified delay.
delay
Debounce debounce(Duration delay) { final Debounce debouncer = Debounce(delay); return debouncer; }