ApphudComposite constructor
ApphudComposite({
- required List<
ApphudNonRenewingPurchase> purchases, - required List<
ApphudSubscriptionWrapper> subscriptions, - ApphudError? error,
Implementation
ApphudComposite(
{required this.purchases, required this.subscriptions, this.error});