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