menu
sendbird_sdk
event_manager
EventManager
removeUserHandler method
removeUserHandler
brightness_4
removeUserHandler
method
Null safety
void
removeUserHandler
(
String
identifier
)
Implementation
void removeUserHandler(String identifier) { _userHandlers.remove(identifier); }
sendbird_sdk
event_manager
EventManager
removeUserHandler method
EventManager class
Constructors
EventManager
Properties
hashCode
runtimeType
sdk
Methods
addChannelHandler
addConnectionHandler
addSessionHandler
addUserHandler
cleanUp
getChannelHandler
getConnectionHandler
getSessionHandler
getUserHandler
noSuchMethod
notifyChannelChanged
notifyChannelDeleted
notifyChannelFrozen
notifyChannelHidden
notifyChannelMemberCountChange
notifyChannelOperatorsUpdated
notifyChannelParticiapntCountChanged
notifyChannelReadReceiptUpdated
notifyChannelThreadUpdated
notifyChannelTypingStatusUpdated
notifyChannelUnfrozen
notifyDeliveryReceiptUpdated
notifyFriendsDiscovered
notifyInvitationDeclied
notifyInvitationReceived
notifyMentionReceived
notifyMessageDeleted
notifyMessageReceived
notifyMessageUpdate
notifyMetaCountersChanged
notifyMetaDataChanged
notifyPinUpdated
notifyPollDeleted
notifyPollUpdated
notifyPollVoted
notifyReactionUpdated
notifyReconnectionCanceled
notifyReconnectionFailed
notifyReconnectionStarted
notifyReconnectionSucceeded
notifySessionClosed
notifySessionError
notifySessionExpired
notifySessionRefreshed
notifySessionTokenRequired
notifyTotalUnreadMessageCountUpdated
notifyUserBanned
notifyUserEntered
notifyUserExited
notifyUserJoined
notifyUserLeaved
notifyUserMuted
notifyUserUnbanned
notifyUserUnmuted
removeChannelHandler
removeConnectionHandler
removeSessionHandler
removeUserHandler
toString
Operators
operator ==