MutationVerifyPurchaseHandler typedef
MutationVerifyPurchaseHandler =
Future<VerifyPurchaseResult> Function({VerifyPurchaseAndroidOptions? androidOptions, required String sku})
Implementation
typedef MutationVerifyPurchaseHandler = Future<VerifyPurchaseResult> Function({
VerifyPurchaseAndroidOptions? androidOptions,
required String sku,
});