menu
neomage package
documentation
utils/process_utils.dart
ManagedProcess
writeln method
writeln method
dark_mode
light_mode
writeln
method
void
writeln
(
String
data
)
Write line to stdin.
Implementation
void writeln(String data) => _process.stdin.writeln(data);
neomage package
documentation
utils/process_utils
ManagedProcess
writeln method
ManagedProcess class