QueryGetAvailablePurchasesHandler typedef
QueryGetAvailablePurchasesHandler =
Future<List<Purchase> > Function({bool? alsoPublishToEventListenerIOS, bool? onlyIncludeActiveItemsIOS})
Implementation
typedef QueryGetAvailablePurchasesHandler = Future<List<Purchase>> Function({
bool? alsoPublishToEventListenerIOS,
bool? onlyIncludeActiveItemsIOS,
});