menu
getx_scaffold package
documentation
common/utils/log_util.dart
Logger
d static method
d static method
dark_mode
light_mode
d
static method
void
d
(
String
message
, [
String
?
tag
])
Implementation
static void d(String message, [String? tag]) { if (_debug) { log(message, name: tag ?? _tag); } }
getx_scaffold package
documentation
common/utils/log_util
Logger
d static method
Logger class