todo static method
"todo" not set Logs to console in cyan, use for plan text or todo texts, LOG_LEVEL: 0
Implementation
static void todo(String text) {
_writeLog(text: text, label: "TODO", color: LogColor.cyan);
}
static void todo(String text) {
_writeLog(text: text, label: "TODO", color: LogColor.cyan);
}