Dart
dart:html
MidiOutput
send method
description
send method
void
send
(
Uint8List
data
, [
num
timestamp
])
Implementation
void
send(Uint8List data, [
num
timestamp]) native;