device_join_room property

String get device_join_room

a device has been associated with this room or other rooms, and a device can only be associated once

Implementation

String get device_join_room {
  return Intl.message(
    'a device has been associated with this room or other rooms, and a device can only be associated once',
    name: 'device_join_room',
    desc: '',
    args: [],
  );
}