Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onAdminAddedFromChatRoom(String roomId, String admin)
→ void
-
-
onAdminRemovedFromChatRoom(String roomId, String admin)
→ void
-
-
onAllChatRoomMemberMuteStateChanged(String roomId, bool isAllMuted)
→ void
-
-
onAllowListAddedFromChatRoom(String roomId, List<String> members)
→ void
-
-
onAllowListRemovedFromChatRoom(String roomId, List<String> members)
→ void
-
-
onAnnouncementChangedFromChatRoom(String roomId, String announcement)
→ void
-
-
onAttributesRemoved(String roomId, List<String> removedKeys, String from)
→ void
-
-
onAttributesUpdated(String roomId, Map<String, String> attributes, String from)
→ void
-
-
onChatRoomDestroyed(String roomId, String? roomName)
→ void
-
-
onMemberExitedFromChatRoom(String roomId, String? roomName, String participant)
→ void
-
-
onMemberJoinedFromChatRoom(String roomId, String participant, String? ext)
→ void
-
-
onMuteListAddedFromChatRoom(String roomId, List<String> mutes, String? expireTime)
→ void
-
-
onMuteListRemovedFromChatRoom(String roomId, List<String> mutes)
→ void
-
-
onOwnerChangedFromChatRoom(String roomId, String newOwner, String oldOwner)
→ void
-
-
onRemovedFromChatRoom(String roomId, String? roomName, String? participant, LeaveReason? reason)
→ void
-
-
onSpecificationChanged(ChatRoom room)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited