isInBlackList method

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

Implementation

Future<NIMResult<bool>> isInBlackList(String userId) async {
  return _platform.isInBlackList(userId);
}