verifyPurchase abstract method

Verify purchases with the configured providers

Implementation

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