kill method

  1. @override
void kill()
override

Terminate the child and release resources.

Implementation

@override
void kill() => _pty.kill();