user_phone_already_exists property

String get user_phone_already_exists

A user with the same phone number already exists in the current project

Implementation

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