getBlackList method

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

Implementation

Future<NIMResult<List<String>>> getBlackList() async {
  return _platform.getBlackList();
}