nim_core
nim_core
UserService
isMute method
isMute
isMute
method
Null safety
Future
<
NIMResult
<
bool
>
>
isMute
(
String
userId
)
Implementation
Future<NIMResult<bool>> isMute(String userId) async { return _platform.isMute(userId); }
nim_core
nim_core
UserService
isMute 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 ==