AsyncMapFunc<T, R> typedef

AsyncMapFunc<T, R> = Future<R> Function(T)

Implementation

typedef AsyncMapFunc<T, R> = Future<R> Function(T);