onMidiDataReceived property
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;
}