getById method
Implementation
Future<ResponseItemDTO<ShipmentMethodDTO>> getById({String? id}) async {
return await _repository!.getById(id: id);
}
Future<ResponseItemDTO<ShipmentMethodDTO>> getById({String? id}) async {
return await _repository!.getById(id: id);
}