verifyEmail method
- @override
- String correlationId,
- String recipientId,
- String code
override
Verifies an email.
correlation_id
(optional) transaction id to trace execution through call chain.recipientId
a recipient id of the email settings to be verified emailcode
a verification code for verifying email Return Future that receives null for success. Throws error.