validateReceipt abstract method
Future<VerifyPurchaseResult>
validateReceipt({
- VerifyPurchaseAppleOptions? apple,
- VerifyPurchaseGoogleOptions? google,
- VerifyPurchaseHorizonOptions? horizon,
Deprecated. Validate purchase receipts with the configured providers — use verifyPurchase instead. See: https://www.openiap.dev/docs/features/validation#verify-purchase
Implementation
Future<VerifyPurchaseResult> validateReceipt({
VerifyPurchaseAppleOptions? apple,
VerifyPurchaseGoogleOptions? google,
VerifyPurchaseHorizonOptions? horizon,
});