validateReceipt abstract method

Deprecated. Validate purchase receipts with the configured providers — use verifyPurchase instead. See: https://openiap.dev/docs/features/validation#verify-purchase @deprecated Use verifyPurchase. Scheduled for removal in OpenIAP 3.0.

Implementation

Future<VerifyPurchaseResult> validateReceipt({
  VerifyPurchaseAppleOptions? apple,
  VerifyPurchaseGoogleOptions? google,
  VerifyPurchaseHorizonOptions? horizon,
});