AsyncFunction<T> typedef

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

Implementation

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