clearChattingAccount static method

dynamic clearChattingAccount()

清除设置的当前聊天账号信息

Implementation

static clearChattingAccount() {
  setChattingAccount('none', NIMSessionType.none);
}