user_session_already_exists property

String get user_session_already_exists

Creation of anonymous users is prohibited when a session is active

Implementation

String get user_session_already_exists {
  return Intl.message(
    'Creation of anonymous users is prohibited when a session is active',
    name: 'user_session_already_exists',
    desc: '',
    args: [],
  );
}