simple_throttle_debounce library

Support for doing something awesome.

More dartdocs go here.

Functions

debounce(Function callback, int interval) → dynamic
debounce high order function.
throttle(Function callback, int interval) → dynamic
throttle high order function.