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
-
onAdminAddedFromGroup(String groupId, String admin)
→ void
-
-
onAdminRemovedFromGroup(String groupId, String admin)
→ void
-
-
onAllGroupMemberMuteStateChanged(String groupId, bool isAllMuted)
→ void
-
-
onAllowListAddedFromGroup(String groupId, List<String> members)
→ void
-
-
onAllowListRemovedFromGroup(String groupId, List<String> members)
→ void
-
-
onAnnouncementChangedFromGroup(String groupId, String announcement)
→ void
-
-
onAttributesChangedOfGroupMember(String groupId, String userId, Map<String, String>? attributes, String? operatorId)
→ void
-
-
onAutoAcceptInvitationFromGroup(String groupId, String inviter, String? inviteMessage)
→ void
-
-
onDisableChanged(String groupId, bool isDisable)
→ void
-
-
onGroupCreatedByMyself(Group group)
→ void
-
-
onGroupDestroyed(String groupId, String? groupName)
→ void
-
-
onGroupNameChangedByMeSelf(Group group)
→ void
-
-
onInvitationAcceptedFromGroup(String groupId, String invitee, String? reason)
→ void
-
-
onInvitationDeclinedFromGroup(String groupId, String invitee, String? reason)
→ void
-
-
onInvitationReceivedFromGroup(String groupId, String? groupName, String inviter, String? reason)
→ void
-
-
onMemberExitedFromGroup(String groupId, String member)
→ void
-
-
onMemberJoinedFromGroup(String groupId, String member)
→ void
-
-
onMuteListAddedFromGroup(String groupId, List<String> mutes, int? muteExpire)
→ void
-
-
onMuteListRemovedFromGroup(String groupId, List<String> mutes)
→ void
-
-
onOwnerChangedFromGroup(String groupId, String newOwner, String oldOwner)
→ void
-
-
onRequestToJoinAcceptedFromGroup(String groupId, String? groupName, String accepter)
→ void
-
-
onRequestToJoinDeclinedFromGroup(String groupId, String? groupName, String? decliner, String? reason, String? applicant)
→ void
-
-
onRequestToJoinReceivedFromGroup(String groupId, String? groupName, String applicant, String? reason)
→ void
-
-
onSharedFileAddedFromGroup(String groupId, GroupSharedFile sharedFile)
→ void
-
-
onSharedFileDeletedFromGroup(String groupId, String fileId)
→ void
-
-
onSpecificationDidUpdate(Group group)
→ void
-
-
onUserRemovedFromGroup(String groupId, String? groupName)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited