im_flutter_sdk
im_flutter_sdk
EMChatRoom
getAdminList method
getAdminList
EMChatRoom class
Properties
hashCode
runtimeType
Methods
getAdminList
getAnnouncement
getDescription
getId
getMaxUsers
getMemberList
getName
getOwner
getPermissionType
noSuchMethod
Operators
operator ==
getAdminList method
List
getAdminList
(
)
获取聊天室的管理员列表,如果没有获取聊天室详情,返回可能为空
Implementation
List getAdminList(){ return _administratorList; }