SubscriptionHandlers constructor
const
SubscriptionHandlers({
- SubscriptionPromotedProductIOSHandler? promotedProductIOS,
- SubscriptionPurchaseErrorHandler? purchaseError,
- SubscriptionPurchaseUpdatedHandler? purchaseUpdated,
- SubscriptionUserChoiceBillingAndroidHandler? userChoiceBillingAndroid,
Implementation
const SubscriptionHandlers({
this.promotedProductIOS,
this.purchaseError,
this.purchaseUpdated,
this.userChoiceBillingAndroid,
});