LaunchpadService constructor

LaunchpadService()

Implementation

LaunchpadService() {
  this._setupSubscription =
      this._midiCommand.onMidiSetupChanged?.listen((data) {
    this._midiSetup.add(data);
  });
}