runCommandSync method

  1. @override
ShellProcessResult runCommandSync(
  1. ShellCommand command
)

Run a single command synchronously.

Returns a process result (or throw if specified in the shell).

Implementation

@override
ShellProcessResult runCommandSync(ShellCommand command) {
  throw UnimplementedError('runCommandSync($command)');
}