ExecStreamOptions constructor
const
ExecStreamOptions({})
Implementation
const ExecStreamOptions({
super.cwd,
super.env,
super.allowFailure = false,
super.binaryStdout = false,
super.stdin,
super.timeoutMs,
super.detached = false,
this.onStdoutChunk,
this.onStderrChunk,
this.onSpawn,
});