PHPDaemon\Utils\Terminal::resetStyle PHP Method

resetStyle() public method

Reset style to default
public resetStyle ( ) : void
return void
    public function resetStyle()
    {
        if ($this->enableColor) {
            echo "";
        }
    }