RequestPurchaseAndroidProps constructor

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

Implementation

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