InitConnectionConfig constructor
const
InitConnectionConfig({
- BillingChoiceScreenTypeAndroid? billingChoiceScreenTypeAndroid = BillingChoiceScreenTypeAndroid.GoogleRendered,
- BillingProgramAndroid? enableBillingProgramAndroid,
Implementation
const InitConnectionConfig({
this.billingChoiceScreenTypeAndroid = BillingChoiceScreenTypeAndroid.GoogleRendered,
this.enableBillingProgramAndroid,
});