Checks if a product is purchased
bool isProductPurchased(String productId) => _purchasedProducts.containsKey(productId);