user_email_already_exists property

String get user_email_already_exists

A user with the same email already exists in the current project

Implementation

String get user_email_already_exists {
  return Intl.message(
    'A user with the same email already exists in the current project',
    name: 'user_email_already_exists',
    desc: '',
    args: [],
  );
}