stopNote method

Future<void> stopNote(
  1. int channel,
  2. int key,
  3. int sfId
)

Implementation

Future<void> stopNote(int channel, int key, int sfId) {
  throw UnimplementedError('stopNote() has not been implemented.');
}