RequestVerifyPurchaseWithIapkitAmazonProps constructor

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

Implementation

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