Writes data to the remote standard input.
data
void writeStdin(List<int> data) => _channel.sendStdin(data);