menu
omnyshell package
documentation
omnyshell_client_web.dart
CommandExecution
kill method
kill method
dark_mode
light_mode
kill
method
void
kill
(
)
Terminates the underlying process, if still running.
Implementation
void kill() => _kill();
omnyshell package
documentation
omnyshell_client_web
CommandExecution
kill method
CommandExecution class