duncan3dc\Sonos\Queue::clear PHP Method

clear() public method

Remove all tracks from the queue.
public clear ( ) : static
return static
    public function clear()
    {
        $this->soap("AVTransport", "RemoveAllTracksFromQueue");
        return $this;
    }