stop method
dynamic
stop()
Implementation
stop() {
debugPrint("Stopping shell for ${title()}");
status(ShellStatus.stopped);
shell.kill();
refresh();
}
stop() {
debugPrint("Stopping shell for ${title()}");
status(ShellStatus.stopped);
shell.kill();
refresh();
}