stopMidiNote method

Future<String?> stopMidiNote({
  1. required int midi,
})
inherited

Use this when stopping the sound onTouchUp or to cancel a long file. Not needed if playing midi onTap.

Implementation

Future<String?> stopMidiNote({
  required int midi,
}) async {
  throw UnimplementedError('stopMidiNote() has not been implemented.');
}