getMuteList method

Future<NIMResult<List<String>>> getMuteList()

Implementation

Future<NIMResult<List<String>>> getMuteList() async {
  throw UnimplementedError('getMuteList() is not implemented');
}