InitConnectionConfig constructor

const InitConnectionConfig({
  1. AlternativeBillingModeAndroid? alternativeBillingModeAndroid,
  2. BillingChoiceScreenTypeAndroid? billingChoiceScreenTypeAndroid = BillingChoiceScreenTypeAndroid.GoogleRendered,
  3. BillingProgramAndroid? enableBillingProgramAndroid,
})

Implementation

const InitConnectionConfig({
  this.alternativeBillingModeAndroid,
  this.billingChoiceScreenTypeAndroid = BillingChoiceScreenTypeAndroid.GoogleRendered,
  this.enableBillingProgramAndroid,
});