ValuableGetStreamDone<Output> typedef

ValuableGetStreamDone<Output> = Output Function(ValuableContext? context)

Method prototype for onDone of the Stream

Implementation

typedef ValuableGetStreamDone<Output> =
    Output Function(ValuableContext? context);