resendVerificationCode method

Future<void> resendVerificationCode()

Sends another verification code.

Implementation

Future<void> resendVerificationCode() async {
  return await _postMessage('resendVerificationCode');
}