AsyncFunction<R> typedef

AsyncFunction<R> = FutureOr<R> Function()

Implementation

typedef AsyncFunction<R> = FutureOr<R> Function();