cleanSystemUnreadCount method

void cleanSystemUnreadCount()

Implementation

void cleanSystemUnreadCount() {
  unReadCount = 0;
  _teamActionUnReadCount = 0;
  _friendAddApplicationCount = 0;
  notifyListeners();
}