isSocketConnected property
bool
get
isSocketConnected
Whether the socket is connected
Implementation
bool get isSocketConnected => _socket != null && _socket!.connected;
Whether the socket is connected
bool get isSocketConnected => _socket != null && _socket!.connected;