OnSuccessGeneric<R> typedef

OnSuccessGeneric<R> = FutureOr<R?> Function(DataResponse response, DataRequestLabel label)

Implementation

typedef OnSuccessGeneric<R> = FutureOr<R?> Function(
    DataResponse response, DataRequestLabel label);