close method

void close()

Close the connection

Implementation

void close() {
  _connection.close();
}