menu
easy_init_cli package
documentation
interfaces/logging.dart
Logging
yellowLog method
yellowLog method
dark_mode
light_mode
yellowLog
method
void
yellowLog
(
String
text
)
Implementation
void yellowLog(String text) { print(yellow(text)); }
easy_init_cli package
documentation
interfaces/logging
Logging
yellowLog method
Logging mixin