validateReceipt abstract method

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,
});