VerifyPurchaseProps constructor

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

Implementation

const VerifyPurchaseProps({
  /// Apple App Store verification parameters.
  this.apple,
  /// Google Play Store verification parameters.
  this.google,
  /// Meta Horizon (Quest) verification parameters.
  this.horizon,
});