DebounceExtension extension
Extension for debouncing function calls directly.
- on
-
- void Function()
Methods
-
debounce(
Duration delay) → Debounce -
Available on void Function(), provided by the DebounceExtension extension
Creates a Debounce instance for this function with the specifieddelay.