quikscanQuikassetUpdatesessionPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesUtilitiesInventoryPurchaseUtilityUpdateInventoryPurchaseSessionResponse>>
    quikscanQuikassetUpdatesessionPost(
        {required WebApiModulesUtilitiesInventoryPurchaseUtilityUpdateInventoryPurchaseSessionRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesUtilitiesInventoryPurchaseUtilityUpdateInventoryPurchaseSessionResponse,
      () =>
          WebApiModulesUtilitiesInventoryPurchaseUtilityUpdateInventoryPurchaseSessionResponse
              .fromJsonFactory);

  return _quikscanQuikassetUpdatesessionPost(body: body);
}