Send NEXT TRACK command to given queue.
Future<void> next(String queueId) async { await _client.sendCommand('player_queues/next', args: {'queue_id': queueId}); }