RequestPurchaseAndroidProps constructor

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

Implementation

const RequestPurchaseAndroidProps({
  this.developerBillingOption,
  this.isOfferPersonalized,
  this.obfuscatedAccountId,
  this.obfuscatedProfileId,
  this.offerToken,
  required this.skus,
});