stopMidiNote method
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.');
}