RequestVerifyPurchaseWithIapkitProps constructor

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

Implementation

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