VerifyPlayStorePurchaseCompletionType typedef
VerifyPlayStorePurchaseCompletionType =
void Function(VerifyResult? result)
Completion callback for the above
Implementation
typedef VerifyPlayStorePurchaseCompletionType = void Function(
VerifyResult? result);