Task<T> typedef

Task<T> = Future<T> Function()

Implementation

typedef Task<T> = Future<T> Function();