isBlockList method

  1. @override
bool isBlockList(
  1. String accId
)
override

是否在黑名单中

Implementation

@override
bool isBlockList(String accId) {
  return blockList.contains(accId);
}