systemLog static method
systemLog Logs to console in white, LOG_LEVEL: 0 - 50
Implementation
static void systemLog(String text) {
_writeLog(text: text, label: "SYSTEM LOG", color: LogColor.white);
}
static void systemLog(String text) {
_writeLog(text: text, label: "SYSTEM LOG", color: LogColor.white);
}