menu
omnyshell_web package
documentation
terminal/web_shell_host.dart
WebShellHost
detach method
detach method
dark_mode
light_mode
detach
method
Future
<
void
>
detach
(
)
Detaches the session (keeps it alive on the node).
Implementation
Future<void> detach() => _controller.detach();
omnyshell_web package
documentation
terminal/web_shell_host
WebShellHost
detach method
WebShellHost class