MutationHandlers constructor

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

Implementation

const MutationHandlers({
  this.acknowledgePurchaseAndroid,
  this.beginRefundRequestIOS,
  this.clearTransactionIOS,
  this.consumePurchaseAndroid,
  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.restorePurchases,
  this.showBillingProgramInformationDialogAndroid,
  this.showExternalPurchaseCustomLinkNoticeIOS,
  this.showInAppMessagesAndroid,
  this.showManageSubscriptionsIOS,
  this.syncIOS,
  this.verifyPurchase,
  this.verifyPurchaseWithProvider,
});