Writes data to the remote standard input.
data
@override void writeStdin(List<int> data) => _shell.writeStdin(data);