OnRawData<R> typedef

OnRawData<R> = FutureOr<R?> Function(dynamic)

Implementation

typedef OnRawData<R> = FutureOr<R?> Function(dynamic);