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