runCommand abstract method
Future<ShellProcessResult>
runCommand(
- ShellCommand command, {
- ShellCommandRunOptions? options,
inherited
Run a single command.
Returns a process result (or throw if specified in the shell).
Implementation
Future<ShellProcessResult> runCommand(
ShellCommand command, {
ShellCommandRunOptions? options,
});