RequestVerifyPurchaseWithIapkitProps constructor

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

Implementation

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