ProcessShellSession constructor
ProcessShellSession(
- Process _process, {
- ShellFamily shellFamily = ShellFamily.posix,
Wraps an already-started OS Process launched as shellFamily.
Implementation
ProcessShellSession(this._process, {this.shellFamily = ShellFamily.posix});