im_flutter_sdk
im_flutter_sdk
EMClient
isConnected method
isConnected
EMClient class
Constructors
getInstance
Properties
hashCode
runtimeType
Methods
addConnectionListener
createAccount
getCurrentUser
init
isConnected
isLoggedInBefore
login
logout
removeConnectionListener
updateCurrentUserNick
noSuchMethod
toString
Operators
operator ==
isConnected method
bool
isConnected
(
)
检查是否连接到聊天服务器
Implementation
bool isConnected() { return _connected; }