ValuableGetStreamError<Output> typedef

ValuableGetStreamError<Output> = Output Function(ValuableContext? context, Object error, StackTrace stackTrace)

Method prototype for onError of the Stream

Implementation

typedef ValuableGetStreamError<Output> = Output Function(
  ValuableContext? context,
  Object error,
  StackTrace stackTrace,
);