quikinRemoveorderPost method
Future<Response<WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse> >
quikinRemoveorderPost({
- required WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest? body,
Implementation
Future<
chopper.Response<WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse>
>
quikinRemoveorderPost({
required WebApiModulesWarehouseCheckInCheckInRemoveOrderRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse,
() => WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse
.fromJsonFactory,
);
return _quikinRemoveorderPost(body: body);
}