useAlternativeBilling property

  1. @Deprecated('Use enableBillingProgramAndroid in InitConnectionConfig instead. ' 'Scheduled for removal in flutter_inapp_purchase 10.0.0.')
bool? useAlternativeBilling
getter/setter pair

Implementation

@Deprecated(
  'Use enableBillingProgramAndroid in InitConnectionConfig instead. '
  'Scheduled for removal in flutter_inapp_purchase 10.0.0.',
)
bool? useAlternativeBilling = false;