stopAllNotes method

  1. @override
Future<void> stopAllNotes()
override

Stop all currently playing notes on all channels

Implementation

@override
Future<void> stopAllNotes() async {
  debugPrint('Web platform: Stop all notes not yet implemented');
}