AsynchronousTask<T, K> typedef

AsynchronousTask<T, K> = Future<K> Function(T stub)

Implementation

typedef Future<K> AsynchronousTask<T, K>(T stub);