disconnect method

void disconnect()

Disconnects from the Liquid Galaxy system.

Implementation

void disconnect() {
  sshConnection.disconnect();
}