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