clearChattingAccount method

void clearChattingAccount()

Implementation

void clearChattingAccount() {
  _logI('clearChattingAccount:$sessionId');
  if (Platform.isIOS) {
    ChatMessageRepo.clearSessionUnreadCount(sessionId, sessionType);
  }
  ChatMessageRepo.clearChattingAccount();
}