menu
nim_core
nim_core
UserService
isMute method
isMute
brightness_4
brightness_5
isMute
method
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