validateReceipt abstract method
Future<VerifyPurchaseResult>
validateReceipt({
- VerifyPurchaseAppleOptions? apple,
- VerifyPurchaseGoogleOptions? google,
- VerifyPurchaseHorizonOptions? horizon,
Validate purchase receipts with the configured providers
Implementation
Future<VerifyPurchaseResult> validateReceipt({
VerifyPurchaseAppleOptions? apple,
VerifyPurchaseGoogleOptions? google,
VerifyPurchaseHorizonOptions? horizon,
});