not_user_room_auth property

String not_user_room_auth

lack of user management permission for the room

Implementation

String get not_user_room_auth {
  return Intl.message(
    'lack of user management permission for the room',
    name: 'not_user_room_auth',
    desc: '',
    args: [],
  );
}