isMute method

Future<NIMResult<bool>> isMute(
  1. String userId
)

Implementation

Future<NIMResult<bool>> isMute(String userId) async {
  throw UnimplementedError('isMute() is not implemented');
}