disconnect method

dynamic disconnect()

Implementation

disconnect() {
  this._midiCommand.disconnectDevice(device);
}