getAvailablePurchases abstract method
List active purchases for the current user. See: https://www.openiap.dev/docs/apis/get-available-purchases
Implementation
Future<List<Purchase>> getAvailablePurchases({
bool? alsoPublishToEventListenerIOS,
bool? includeSuspendedAndroid,
bool? onlyIncludeActiveItemsIOS,
});