BLEMidiDevice constructor
BLEMidiDevice(
- String deviceId,
- String name,
- StreamController<
MidiPacket> _rxStreamCtrl
Implementation
BLEMidiDevice(this.deviceId, this.name, this._rxStreamCtrl) : super(deviceId, name, 'BLE', false) {}