stopMidi method

Future<void> stopMidi()

Implementation

Future<void> stopMidi() {
  throw UnimplementedError('stopMidi() has not been implemented.');
}