Send data to the remote side.
void addData(Uint8List data, {int? type}) { sink.add(SSHChannelData(data, type: type)); }