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