isConnected method

bool isConnected()

Connection state.

Implementation

bool isConnected() {
  return _transport!.isConnected();
}