connected property
Check if the Client is connected to the Server and can start sending and receiving messages.
Implementation
bool get connected => _connected;
Check if the Client is connected to the Server and can start sending and receiving messages.
bool get connected => _connected;