ProcessShellSession constructor

ProcessShellSession(
  1. Process _process, {
  2. ShellFamily shellFamily = ShellFamily.posix,
})

Wraps an already-started OS Process launched as shellFamily.

Implementation

ProcessShellSession(this._process, {this.shellFamily = ShellFamily.posix});