MutationVerifyPurchaseHandler typedef

MutationVerifyPurchaseHandler = Future<VerifyPurchaseResult> Function({VerifyPurchaseAppleOptions? apple, VerifyPurchaseGoogleOptions? google, VerifyPurchaseHorizonOptions? horizon})

Implementation

typedef MutationVerifyPurchaseHandler = Future<VerifyPurchaseResult> Function({
  VerifyPurchaseAppleOptions? apple,
  VerifyPurchaseGoogleOptions? google,
  VerifyPurchaseHorizonOptions? horizon,
});