Returns a list of purchased product IDs
List<String> get getPurchasedProductIds => _purchasedProducts.keys.toList();