im_flutter_sdk
im_flutter_sdk
EMContactManager
getBlackListUserNames method
getBlackListUserNames
EMContactManager class
Properties
hashCode
runtimeType
Methods
acceptInvitation
addContact
addContactListener
addUserToBlackList
declineInvitation
deleteContact
getAllContactsFromServer
getBlackListFromServer
getBlackListUserNames
removeContactListener
removeUserFromBlackList
noSuchMethod
toString
Operators
operator ==
getBlackListUserNames method
List
<
String
>
getBlackListUserNames
(
)
从本地获取黑名单中的用户的ID
Implementation
List<String> getBlackListUserNames() { return _blackList; }