setChattingAccount static method
设置当前聊天的账号
Implementation
static setChattingAccount(String account, NIMSessionType sessionType) {
NIMChatCache.instance
.setCurrentChatSession(ChatSession(account, sessionType));
NimCore.instance.messageService
.setChattingAccount(sessionId: account, sessionType: sessionType);
}