info static method
void
info(})
info信息
message 内容
title 标题
hasPrintLog 是否打印日志
hasWriteLog 是否写入日志
Implementation
static void info(Object message, {String title = '', bool hasPrintLog = true, hasWriteLog = true}) {
_Logger.info(message, title: title, hasPrintLog: hasPrintLog, hasWriteLog: hasWriteLog);
}