update method
Implementation
Future<ResponseItemDTO> update(
{StoreShipmentMethodBody? shipmentMethod, String? id}) async {
return await _repository!.update(shipmentMethod: shipmentMethod, id: id);
}
Future<ResponseItemDTO> update(
{StoreShipmentMethodBody? shipmentMethod, String? id}) async {
return await _repository!.update(shipmentMethod: shipmentMethod, id: id);
}