flutter_midi_command
flutter_midi_command_messages
MidiMessage
send method
send
flutter_midi_command
flutter_midi_command_messages
MidiMessage
send method
MidiMessage class
Constructors
MidiMessage
Properties
data
hashCode
runtimeType
Methods
send
noSuchMethod
toString
Operators
operator ==
send
method
void
send
(
)
Implementation
void send() { MidiCommand().sendData(data); }