nim_core
nim_core
UserService
isMute method
isMute
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
getBlackList
getFriend
getFriendList
getMuteList
getUserInfo
isInBlackList
isMute
isMyFriend
noSuchMethod
removeFromBlackList
searchUserIdListByNick
searchUserInfoListByKeyword
setMute
toString
updateFriend
updateMyUserInfo
Operators
operator ==
isMute
method
Null safety
Future
<
NIMResult
<
bool
>
>
isMute
(
String
userId
)
Implementation
Future<NIMResult<bool>> isMute(String userId) async { return _platform.isMute(userId); }