menu
tailored_utilities package
documentation
data/custom_logger.dart
CustomLogger
debug method
debug method
dark_mode
light_mode
debug
method
void
debug
(
String
text
)
Implementation
void debug(final String text) { _logger.d(text); }
tailored_utilities package
documentation
data/custom_logger
CustomLogger
debug method
CustomLogger class