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