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