connected property

bool connected

Check if the Client is connected to the Server and can start sending and receiving messages.

Implementation

bool get connected => _connected;