menu
commander_ui package
documentation
prompt.dart
InlineCommander
info method
info method
dark_mode
light_mode
info
method
void
info
(
String
message
)
Implementation
void info(String message) => writeInfo(message, sink: _sink);
commander_ui package
documentation
prompt
InlineCommander
info method
InlineCommander class