StreamChannelStdio.currentProcess constructor

StreamChannelStdio.currentProcess()

Used when you want to hook into the stdio of THIS process.

Implementation

factory StreamChannelStdio.currentProcess() {
  return StreamChannelStdio._(stdin, stdout);
}