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