kill method

dynamic kill(
  1. VoidCallback refresh
)

Implementation

kill(final VoidCallback refresh) {
  shell.kill();
  refresh();
}