VerifyPurchaseProps constructor
const
VerifyPurchaseProps({
- VerifyPurchaseAppleOptions? apple,
- VerifyPurchaseGoogleOptions? google,
- 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,
});