AsyncTest<T> typedef

AsyncTest<T> = Future<bool> Function(T data)

Implementation

typedef AsyncTest<T> = Future<bool> Function(T data);