QueryValidateReceiptIOSHandler typedef

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

Implementation

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