spawn method

ChildProcess spawn()

Spawns a streamable subprocess, allowing to use the other methods.

Implementation

_i4.ChildProcess spawn() => _i3.callMethod(
      this,
      'spawn',
      [],
    );