presence property
The newest presence of this user if there is any and null if not.
Implementation
@Deprecated('Deprecated in favour of currentPresence.')
Presence? get presence => room.client.presences[id]?.toPresence();
The newest presence of this user if there is any and null if not.
@Deprecated('Deprecated in favour of currentPresence.')
Presence? get presence => room.client.presences[id]?.toPresence();