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