getBlackList method

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

Implementation

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