ValuableGetFutureError<Output> typedef

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

Method prototype for a Future error

Implementation

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