menu
dev_build package
documentation
shell.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'); }
dev_build package
documentation
shell
ShellLinesController
writeln method
ShellLinesController class