ApphudPurchaseResult constructor
ApphudPurchaseResult({
- ApphudSubscriptionWrapper? subscription,
- ApphudNonRenewingPurchase? nonRenewingPurchase,
- SKPaymentTransactionWrapper? transaction,
- AndroidPurchaseWrapper? purchase,
- ApphudError? error,
Implementation
ApphudPurchaseResult({
this.subscription,
this.nonRenewingPurchase,
this.transaction,
this.purchase,
this.error,
});