disconnect method

void disconnect()

Implementation

void disconnect() {
  _connection?.disconnect();
}