isInBlackList method

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

Implementation

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