SubscriptionHandlers constructor

const SubscriptionHandlers({
  1. SubscriptionPromotedProductIOSHandler? promotedProductIOS,
  2. SubscriptionPurchaseErrorHandler? purchaseError,
  3. SubscriptionPurchaseUpdatedHandler? purchaseUpdated,
  4. SubscriptionUserChoiceBillingAndroidHandler? userChoiceBillingAndroid,
})

Implementation

const SubscriptionHandlers({
  this.promotedProductIOS,
  this.purchaseError,
  this.purchaseUpdated,
  this.userChoiceBillingAndroid,
});