RequestVerifyPurchaseWithIapkitProps constructor

const RequestVerifyPurchaseWithIapkitProps({
  1. RequestVerifyPurchaseWithIapkitAmazonProps? amazon,
  2. String? apiKey,
  3. RequestVerifyPurchaseWithIapkitAppleProps? apple,
  4. RequestVerifyPurchaseWithIapkitGoogleProps? google,
})

Implementation

const RequestVerifyPurchaseWithIapkitProps({
  this.amazon,
  this.apiKey,
  this.apple,
  this.google,
});