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