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