List<IAPItem> getItemsByIds(List<String> ids) { return _productItems.where((item) => ids.contains(item.productId)).toList(); }