menu
voltron_renderer package
documentation
util/log_util.dart
LogUtils
enableDebugLog static method
enableDebugLog static method
dark_mode
light_mode
enableDebugLog
static method
void
enableDebugLog
(
bool
enable
)
Implementation
static void enableDebugLog(bool enable) { _kDebugEnable = enable; }
voltron_renderer package
documentation
util/log_util
LogUtils
enableDebugLog static method
LogUtils class