getAllTransactionsIOS abstract method
List every StoreKit transaction (finished + unfinished) for the current user. Requires the SK2ConsumableTransactionHistory Info.plist key in the host app for finished consumables to be included (iOS 18+). Unlike getAvailablePurchases, always returns the iOS-specific PurchaseIOS shape. See: https://www.openiap.dev/docs/apis/ios/get-all-transactions-ios
Implementation
Future<List<PurchaseIOS>> getAllTransactionsIOS();