getPurchasedProductIds property

List<String> get getPurchasedProductIds

Returns a list of purchased product IDs

Implementation

List<String> get getPurchasedProductIds => _purchasedProducts.keys.toList();