user_already_exists property

String get user_already_exists

A user with the same id, email, or phone already exists in this project

Implementation

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