Debounceable<S, T> typedef

Debounceable<S, T> = Future<S?> Function(T parameter)

Implementation

typedef Debounceable<S, T> = Future<S?> Function(T parameter);