MutationHandlers class

Constructors

MutationHandlers.new({MutationAcknowledgePurchaseAndroidHandler? acknowledgePurchaseAndroid, MutationBeginRefundRequestIOSHandler? beginRefundRequestIOS, MutationCheckAlternativeBillingAvailabilityAndroidHandler? checkAlternativeBillingAvailabilityAndroid, MutationClearTransactionIOSHandler? clearTransactionIOS, MutationConsumePurchaseAndroidHandler? consumePurchaseAndroid, MutationCreateAlternativeBillingTokenAndroidHandler? createAlternativeBillingTokenAndroid, MutationDeepLinkToSubscriptionsHandler? deepLinkToSubscriptions, MutationEndConnectionHandler? endConnection, MutationFinishTransactionHandler? finishTransaction, MutationInitConnectionHandler? initConnection, MutationPresentCodeRedemptionSheetIOSHandler? presentCodeRedemptionSheetIOS, MutationPresentExternalPurchaseLinkIOSHandler? presentExternalPurchaseLinkIOS, MutationPresentExternalPurchaseNoticeSheetIOSHandler? presentExternalPurchaseNoticeSheetIOS, MutationRequestPurchaseHandler? requestPurchase, MutationRequestPurchaseOnPromotedProductIOSHandler? requestPurchaseOnPromotedProductIOS, MutationRestorePurchasesHandler? restorePurchases, MutationShowAlternativeBillingDialogAndroidHandler? showAlternativeBillingDialogAndroid, MutationShowManageSubscriptionsIOSHandler? showManageSubscriptionsIOS, MutationSyncIOSHandler? syncIOS, MutationValidateReceiptHandler? validateReceipt})
const

Properties

acknowledgePurchaseAndroid MutationAcknowledgePurchaseAndroidHandler?
final
beginRefundRequestIOS MutationBeginRefundRequestIOSHandler?
final
checkAlternativeBillingAvailabilityAndroid MutationCheckAlternativeBillingAvailabilityAndroidHandler?
final
clearTransactionIOS MutationClearTransactionIOSHandler?
final
consumePurchaseAndroid MutationConsumePurchaseAndroidHandler?
final
createAlternativeBillingTokenAndroid MutationCreateAlternativeBillingTokenAndroidHandler?
final
deepLinkToSubscriptions MutationDeepLinkToSubscriptionsHandler?
final
endConnection MutationEndConnectionHandler?
final
finishTransaction MutationFinishTransactionHandler?
final
hashCode int
The hash code for this object.
no setterinherited
initConnection MutationInitConnectionHandler?
final
presentCodeRedemptionSheetIOS MutationPresentCodeRedemptionSheetIOSHandler?
final
presentExternalPurchaseLinkIOS MutationPresentExternalPurchaseLinkIOSHandler?
final
presentExternalPurchaseNoticeSheetIOS MutationPresentExternalPurchaseNoticeSheetIOSHandler?
final
requestPurchase MutationRequestPurchaseHandler?
final
requestPurchaseOnPromotedProductIOS MutationRequestPurchaseOnPromotedProductIOSHandler?
final
restorePurchases MutationRestorePurchasesHandler?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAlternativeBillingDialogAndroid MutationShowAlternativeBillingDialogAndroidHandler?
final
showManageSubscriptionsIOS MutationShowManageSubscriptionsIOSHandler?
final
syncIOS MutationSyncIOSHandler?
final
validateReceipt MutationValidateReceiptHandler?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited