MutationHandlers constructor

const MutationHandlers({
  1. MutationAcknowledgePurchaseAndroidHandler? acknowledgePurchaseAndroid,
  2. MutationBeginRefundRequestIOSHandler? beginRefundRequestIOS,
  3. MutationClearTransactionIOSHandler? clearTransactionIOS,
  4. MutationConsumePurchaseAndroidHandler? consumePurchaseAndroid,
  5. MutationDeepLinkToSubscriptionsHandler? deepLinkToSubscriptions,
  6. MutationEndConnectionHandler? endConnection,
  7. MutationFinishTransactionHandler? finishTransaction,
  8. MutationInitConnectionHandler? initConnection,
  9. MutationPresentCodeRedemptionSheetIOSHandler? presentCodeRedemptionSheetIOS,
  10. MutationRequestPurchaseHandler? requestPurchase,
  11. MutationRequestPurchaseOnPromotedProductIOSHandler? requestPurchaseOnPromotedProductIOS,
  12. MutationRestorePurchasesHandler? restorePurchases,
  13. MutationShowManageSubscriptionsIOSHandler? showManageSubscriptionsIOS,
  14. MutationSyncIOSHandler? syncIOS,
  15. MutationValidateReceiptHandler? validateReceipt,
})

Implementation

const MutationHandlers({
  this.acknowledgePurchaseAndroid,
  this.beginRefundRequestIOS,
  this.clearTransactionIOS,
  this.consumePurchaseAndroid,
  this.deepLinkToSubscriptions,
  this.endConnection,
  this.finishTransaction,
  this.initConnection,
  this.presentCodeRedemptionSheetIOS,
  this.requestPurchase,
  this.requestPurchaseOnPromotedProductIOS,
  this.restorePurchases,
  this.showManageSubscriptionsIOS,
  this.syncIOS,
  this.validateReceipt,
});