QueryGetAvailablePurchasesHandler typedef

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

Implementation

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