kill method
Terminate the child and release resources.
Implementation
@override
void kill() {
_disposeForegroundWatch();
_pty.kill();
}
Terminate the child and release resources.
@override
void kill() {
_disposeForegroundWatch();
_pty.kill();
}