Task<A> typedef

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

Implementation

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