UnknownShell.withPid constructor

UnknownShell.withPid(
  1. int? pid, {
  2. String? processName,
})

Attached to the Unknown shell with the given pid.

Implementation

UnknownShell.withPid(this.pid, {this.processName});