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