FutureCallback<T> typedef

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

Implementation

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