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