ApphudPurchaseResult constructor

ApphudPurchaseResult({
  1. ApphudSubscriptionWrapper? subscription,
  2. ApphudNonRenewingPurchase? nonRenewingPurchase,
  3. SKPaymentTransactionWrapper? transaction,
  4. AndroidPurchaseWrapper? purchase,
  5. ApphudError? error,
})

Implementation

ApphudPurchaseResult({
  this.subscription,
  this.nonRenewingPurchase,
  this.transaction,
  this.purchase,
  this.error,
});