Creates a debounced version of the function
Debounce debounce(Duration delay) { final debouncer = Debounce(delay); return debouncer; }