VerifyPurchaseProps constructor
const
VerifyPurchaseProps({
- VerifyPurchaseAppleOptions? apple,
- VerifyPurchaseGoogleOptions? google,
- VerifyPurchaseHorizonOptions? horizon,
Implementation
const VerifyPurchaseProps({
this.apple,
this.google,
this.horizon,
});