stdin property
StreamSink<Uint8List>
get
stdin
Stdin of the remote process. Close this to send EOF to the remote process.
Implementation
StreamSink<Uint8List> get stdin => _stdinController.sink;
Stdin of the remote process. Close this to send EOF to the remote process.
StreamSink<Uint8List> get stdin => _stdinController.sink;