TryFutureFunction<T> typedef

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

Implementation

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