ValuableGetFutureLoading<Output> typedef

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

Method prototype to get a value while a Future is not complete/in error

Implementation

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