TypedTaskDelegate<T> typedef

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

Implementation

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