spawn method

ChildProcess spawn(
  1. String command, [
  2. List<String> args,
  3. SpawnOptions options
])

Spawns a new process using the given command, with command line arguments in args.

Implementation

external ChildProcess spawn(String command,
    [List<String> args, SpawnOptions options]);