validateReceipt abstract method

Validate purchase receipts with the configured providers

Implementation

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