onMidiDataReceived property

Stream<Uint8List> onMidiDataReceived

Stream firing events whenever a midi package is received.

The event contains the raw bytes contained in the MIDI package.

Implementation

Stream<Uint8List> get onMidiDataReceived {
  return _platform.onMidiDataReceived;
}