AsyncUse<T> typedef

AsyncUse<T> = Future<void> Function(T data)

Implementation

typedef AsyncUse<T> = Future<void> Function(T data);