emailAlreadyExists property
Error indicating email already exists.
Returned during sign-up when an account with the email already exists.
Implementation
static AuthError emailAlreadyExists = AuthError(
code: 'EMAIL_ALREADY_EXISTS',
message: 'An account with this email already exists',
);