nim_core
nim_core
UserService
getBlackList method
getBlackList
getBlackList
method
Null safety
Future
<
NIMResult
<
List
<
String
>
>
>
getBlackList
(
)
Implementation
Future<NIMResult<List<String>>> getBlackList() async { return _platform.getBlackList(); }
nim_core
nim_core
UserService
getBlackList method
UserService class
Constructors
UserService
Properties
hashCode
onBlackListChanged
onFriendAddedOrUpdated
onFriendDeleted
onMuteListChanged
onUserInfoChange
runtimeType
Methods
ackAddFriend
addFriend
addToBlackList
deleteFriend
fetchUserInfoList
getAllUserInfoAndroid
getBlackList
getFriend
getFriendAccountsAndroid
getFriendList
getMuteList
getUserInfo
getUserInfoListAndroid
isInBlackList
isMute
isMyFriend
noSuchMethod
removeFromBlackList
searchAccountByAliasAndroid
searchFriendsByKeywordAndroid
searchUserIdListByNick
searchUserInfoListByKeyword
setMute
toString
updateFriend
updateMyUserInfo
Operators
operator ==