DebouncedFunction<T> typedef

DebouncedFunction<T> = Future Function(T argument)

Implementation

typedef DebouncedFunction<T> = Future Function(T argument);