runProcess abstract method

int? runProcess(
  1. String command,
  2. List<String> args
)

Run a process synchronously. Returns the exit code, or null if not supported.

Implementation

int? runProcess(String command, List<String> args);