从黑名单中移除
@override void removeBlockList(String accId) { if (blockList.contains(accId) == true) { blockList.remove(accId); } }