menu
udara_cli package
documentation
core/core.dart
ShellLinesController
writeln method
writeln method
dark_mode
light_mode
writeln
method
void
writeln
(
String
message
)
Write a line.
Implementation
void writeln(String message) { write('$message\n'); }
udara_cli package
documentation
core/core
ShellLinesController
writeln method
ShellLinesController class