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