void printError(Object? object, [String end = "\n"]) { final msg = _getMsg(errorColor, "ERROR", object); _errSink.write(msg); _errSink.write(end); }