menu
messenger
store/event/my_user.dart
EventUserPresenceUpdated
EventUserPresenceUpdated const constructor
EventUserPresenceUpdated
dark_mode
light_mode
EventUserPresenceUpdated
constructor
const
EventUserPresenceUpdated
(
UserId
userId
,
Presence
presence
)
Implementation
const EventUserPresenceUpdated(super.userId, this.presence);
messenger
my_user
EventUserPresenceUpdated
EventUserPresenceUpdated const constructor
EventUserPresenceUpdated class