menu
terminal_library package
documentation
ssh_library/core/ssh_channel.dart
SSHChannel
sendShell method
sendShell method
dark_mode
light_mode
sendShell
method
Future
<
bool
>
sendShell
(
)
Implementation
Future<bool> sendShell() async { return await _controller.sendShell(); }
terminal_library package
documentation
ssh_library/core/ssh_channel
SSHChannel
sendShell method
SSHChannel class