QueryGetBillingChoiceInfoAndroidHandler typedef
QueryGetBillingChoiceInfoAndroidHandler =
Future<BillingChoiceInfoAndroid> Function({required BillingProgramAndroid billingProgram, required BillingChoiceImageLayoutAndroid playBillingChoiceImageLayout, String? userLocale})
Implementation
typedef QueryGetBillingChoiceInfoAndroidHandler = Future<BillingChoiceInfoAndroid> Function({
required BillingProgramAndroid billingProgram,
required BillingChoiceImageLayoutAndroid playBillingChoiceImageLayout,
String? userLocale,
});