MutationHandlers constructor

const MutationHandlers({
  1. MutationAcknowledgePurchaseAndroidHandler? acknowledgePurchaseAndroid,
  2. MutationBeginRefundRequestIOSHandler? beginRefundRequestIOS,
  3. MutationCheckAlternativeBillingAvailabilityAndroidHandler? checkAlternativeBillingAvailabilityAndroid,
  4. MutationClearTransactionIOSHandler? clearTransactionIOS,
  5. MutationConsumePurchaseAndroidHandler? consumePurchaseAndroid,
  6. MutationCreateAlternativeBillingTokenAndroidHandler? createAlternativeBillingTokenAndroid,
  7. MutationCreateBillingProgramReportingDetailsAndroidHandler? createBillingProgramReportingDetailsAndroid,
  8. MutationDeepLinkToSubscriptionsHandler? deepLinkToSubscriptions,
  9. MutationEndConnectionHandler? endConnection,
  10. MutationFinishTransactionHandler? finishTransaction,
  11. MutationInitConnectionHandler? initConnection,
  12. MutationIsBillingProgramAvailableAndroidHandler? isBillingProgramAvailableAndroid,
  13. MutationLaunchExternalLinkAndroidHandler? launchExternalLinkAndroid,
  14. MutationOpenRedeemOfferCodeAndroidHandler? openRedeemOfferCodeAndroid,
  15. MutationPresentCodeRedemptionSheetIOSHandler? presentCodeRedemptionSheetIOS,
  16. MutationPresentExternalPurchaseLinkIOSHandler? presentExternalPurchaseLinkIOS,
  17. MutationPresentExternalPurchaseNoticeSheetIOSHandler? presentExternalPurchaseNoticeSheetIOS,
  18. MutationRequestPurchaseHandler? requestPurchase,
  19. MutationRequestPurchaseOnPromotedProductIOSHandler? requestPurchaseOnPromotedProductIOS,
  20. MutationRestorePurchasesHandler? restorePurchases,
  21. MutationShowAlternativeBillingDialogAndroidHandler? showAlternativeBillingDialogAndroid,
  22. MutationShowBillingProgramInformationDialogAndroidHandler? showBillingProgramInformationDialogAndroid,
  23. MutationShowExternalPurchaseCustomLinkNoticeIOSHandler? showExternalPurchaseCustomLinkNoticeIOS,
  24. MutationShowInAppMessagesAndroidHandler? showInAppMessagesAndroid,
  25. MutationShowManageSubscriptionsIOSHandler? showManageSubscriptionsIOS,
  26. MutationSyncIOSHandler? syncIOS,
  27. MutationValidateReceiptHandler? validateReceipt,
  28. MutationVerifyPurchaseHandler? verifyPurchase,
  29. MutationVerifyPurchaseWithProviderHandler? verifyPurchaseWithProvider,
})

Implementation

const MutationHandlers({
  this.acknowledgePurchaseAndroid,
  this.beginRefundRequestIOS,
  this.checkAlternativeBillingAvailabilityAndroid,
  this.clearTransactionIOS,
  this.consumePurchaseAndroid,
  this.createAlternativeBillingTokenAndroid,
  this.createBillingProgramReportingDetailsAndroid,
  this.deepLinkToSubscriptions,
  this.endConnection,
  this.finishTransaction,
  this.initConnection,
  this.isBillingProgramAvailableAndroid,
  this.launchExternalLinkAndroid,
  this.openRedeemOfferCodeAndroid,
  this.presentCodeRedemptionSheetIOS,
  this.presentExternalPurchaseLinkIOS,
  this.presentExternalPurchaseNoticeSheetIOS,
  this.requestPurchase,
  this.requestPurchaseOnPromotedProductIOS,
  this.restorePurchases,
  this.showAlternativeBillingDialogAndroid,
  this.showBillingProgramInformationDialogAndroid,
  this.showExternalPurchaseCustomLinkNoticeIOS,
  this.showInAppMessagesAndroid,
  this.showManageSubscriptionsIOS,
  this.syncIOS,
  this.validateReceipt,
  this.verifyPurchase,
  this.verifyPurchaseWithProvider,
});