sendEof method
void
sendEof()
Signals end-of-input on the remote standard input.
Implementation
void sendEof() =>
_channel.sendControl(ChannelEof(channel: _channel.id, stream: 'stdin'));
Signals end-of-input on the remote standard input.
void sendEof() =>
_channel.sendControl(ChannelEof(channel: _channel.id, stream: 'stdin'));