disconnect method

void disconnect()

Implementation

void disconnect() {
  deviceConnector.disconnect(deviceId);
}