menu
zerothreesix_dart package
documentation
console/io.dart
InputOutputWrapper
syncCall method
syncCall method
dark_mode
light_mode
syncCall
method
ProcessResult
syncCall
(
String
cmd
)
Implementation
ProcessResult syncCall(final String cmd) => Process.runSync('bash', ['-c', cmd]);
zerothreesix_dart package
documentation
console/io
InputOutputWrapper
syncCall method
InputOutputWrapper class