kill method

void kill()

Kills the underlying process.

Implementation

void kill() => _process.kill();