SubscriptionHandlers constructor

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

Implementation

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