menu
omnyshell_web package
documentation
terminal/web_shell_host.dart
WebShellHost
close method
close method
dark_mode
light_mode
close
method
Future
<
void
>
close
(
)
Terminates the session.
Implementation
Future<void> close() => _controller.close();
omnyshell_web package
documentation
terminal/web_shell_host
WebShellHost
close method
WebShellHost class