disconnect method

void disconnect()

Implementation

void disconnect() {
  client.close();
}