resendVerificationCode static method

Future<String> resendVerificationCode(
  1. String email
)

Implementation

static Future<String> resendVerificationCode(String email) {
  return Auth.resendVerificationCode(email);
}