disconnect method

void disconnect()

Close the current connection

Implementation

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