RequestVerifyPurchaseWithIapkitAmazonProps constructor

const RequestVerifyPurchaseWithIapkitAmazonProps({
  1. String? expectedProductId,
  2. required String receiptId,
  3. bool? sandbox,
  4. String? userId,
})

Implementation

const RequestVerifyPurchaseWithIapkitAmazonProps({
  this.expectedProductId,
  required this.receiptId,
  this.sandbox,
  this.userId,
});