QueryHandlers constructor

const QueryHandlers({
  1. QueryCurrentEntitlementIOSHandler? currentEntitlementIOS,
  2. QueryFetchProductsHandler? fetchProducts,
  3. QueryGetActiveSubscriptionsHandler? getActiveSubscriptions,
  4. QueryGetAppTransactionIOSHandler? getAppTransactionIOS,
  5. QueryGetAvailablePurchasesHandler? getAvailablePurchases,
  6. QueryGetPendingTransactionsIOSHandler? getPendingTransactionsIOS,
  7. QueryGetPromotedProductIOSHandler? getPromotedProductIOS,
  8. QueryGetReceiptDataIOSHandler? getReceiptDataIOS,
  9. QueryGetStorefrontHandler? getStorefront,
  10. QueryGetStorefrontIOSHandler? getStorefrontIOS,
  11. QueryGetTransactionJwsIOSHandler? getTransactionJwsIOS,
  12. QueryHasActiveSubscriptionsHandler? hasActiveSubscriptions,
  13. QueryIsEligibleForIntroOfferIOSHandler? isEligibleForIntroOfferIOS,
  14. QueryIsTransactionVerifiedIOSHandler? isTransactionVerifiedIOS,
  15. QueryLatestTransactionIOSHandler? latestTransactionIOS,
  16. QuerySubscriptionStatusIOSHandler? subscriptionStatusIOS,
  17. QueryValidateReceiptIOSHandler? validateReceiptIOS,
})

Implementation

const QueryHandlers({
  this.currentEntitlementIOS,
  this.fetchProducts,
  this.getActiveSubscriptions,
  this.getAppTransactionIOS,
  this.getAvailablePurchases,
  this.getPendingTransactionsIOS,
  this.getPromotedProductIOS,
  this.getReceiptDataIOS,
  this.getStorefront,
  this.getStorefrontIOS,
  this.getTransactionJwsIOS,
  this.hasActiveSubscriptions,
  this.isEligibleForIntroOfferIOS,
  this.isTransactionVerifiedIOS,
  this.latestTransactionIOS,
  this.subscriptionStatusIOS,
  this.validateReceiptIOS,
});