RequestPurchaseAndroidProps constructor

const RequestPurchaseAndroidProps({
  1. DeveloperBillingOptionParamsAndroid? developerBillingOption,
  2. bool? isOfferPersonalized,
  3. String? obfuscatedAccountIdAndroid,
  4. String? obfuscatedProfileIdAndroid,
  5. required List<String> skus,
})

Implementation

const RequestPurchaseAndroidProps({
  this.developerBillingOption,
  this.isOfferPersonalized,
  this.obfuscatedAccountIdAndroid,
  this.obfuscatedProfileIdAndroid,
  required this.skus,
});