menu
voltron_renderer package
documentation
util/log_util.dart
LogUtils
w static method
w static method
dark_mode
light_mode
w
static method
void
w
(
String
tag
,
String
msg
)
Implementation
static void w(String tag, String msg) { if (_kDebugEnable) { printLog(tag, LogLevel.warn, msg); } }
voltron_renderer package
documentation
util/log_util
LogUtils
w static method
LogUtils class