VerifyPurchaseProps constructor

const VerifyPurchaseProps({
  1. VerifyPurchaseAppleOptions? apple,
  2. VerifyPurchaseGoogleOptions? google,
  3. VerifyPurchaseHorizonOptions? horizon,
})

Implementation

const VerifyPurchaseProps({
  this.apple,
  this.google,
  this.horizon,
});