@override Future<void> stopAllNotes(int sfId) async { await _channel.invokeMethod('stopAllNotes', {'sfId': sfId}); }