Handle SEEK command for given queue.
Future<void> seek(String queueId, int position) async { await _client.sendCommand('player_queues/seek', args: {'queue_id': queueId, 'position': position}); }