Function1<T, R> typedef

Function1<T, R> = FutureOr<R> Function(T arg0)

Implementation

typedef Function1<T, R> = FutureOr<R> Function(T arg0);