FutureFunction<T> typedef

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

Implementation

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