RequestSubscriptionIosProps constructor
const
RequestSubscriptionIosProps({
- bool? andDangerouslyFinishTransactionAutomatically,
- String? appAccountToken,
- int? quantity,
- required String sku,
- DiscountOfferInputIOS? withOffer,
Implementation
const RequestSubscriptionIosProps({
this.andDangerouslyFinishTransactionAutomatically,
this.appAccountToken,
this.quantity,
required this.sku,
this.withOffer,
});