spawn function

ChildProcess spawn(
  1. String command, [
  2. Iterable<String> args
])

Implementation

external ChildProcess spawn(String command, [Iterable<String> args]);