Mike42\Escpos\PrintBuffers\ImagePrintBuffer::flush PHP Method

flush() public method

public flush ( )
    public function flush()
    {
        if ($this->printer == null) {
            throw new LogicException("Not attached to a printer.");
        }
    }