getAvailablePurchases abstract method

Future<List<Purchase>> getAvailablePurchases({
  1. bool? alsoPublishToEventListenerIOS,
  2. bool? onlyIncludeActiveItemsIOS,
})

Get all available purchases for the current user

Implementation

Future<List<Purchase>> getAvailablePurchases({
  bool? alsoPublishToEventListenerIOS,
  bool? onlyIncludeActiveItemsIOS,
});