isConnected method

bool isConnected ()

检查是否连接到聊天服务器

Implementation

bool isConnected() {
  return _connected;
}