interrupt method
void
interrupt()
Sends an interrupt (Ctrl-C / SIGINT) to the remote process.
Implementation
void interrupt() => _session.interrupt();
Sends an interrupt (Ctrl-C / SIGINT) to the remote process.
void interrupt() => _session.interrupt();