quikinRemoveorderPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse>>
    quikinRemoveorderPost(
        {required WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse,
      () => WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse
          .fromJsonFactory);

  return _quikinRemoveorderPost(body: body);
}