clearChattingAccount static method
dynamic
clearChattingAccount()
清除设置的当前聊天账号信息
Implementation
static clearChattingAccount() {
setChattingAccount('none', NIMSessionType.none);
}
清除设置的当前聊天账号信息
static clearChattingAccount() {
setChattingAccount('none', NIMSessionType.none);
}