OnData<R> typedef

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

Implementation

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