OnFutureAction<T> typedef

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

Implementation

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