UsingBody<T, R> typedef

UsingBody<T, R> = FutureOr<R> Function(T value)

Implementation

typedef UsingBody<T, R> = FutureOr<R> Function(T value);