setTeamActionInfosRead static method

void setTeamActionInfosRead()

设置群申请已读,调用该方法,历史数据未读数据均标记为已读

Implementation

static void setTeamActionInfosRead() {
  ConfigRepo.updateTeamApplicationReadTime(
      DateTime.now().millisecondsSinceEpoch);
  _teamActionsUnreadCountNotifier.add(0);
}