OutputClient constructor

OutputClient(
  1. DockerHostRemote hostRemote,
  2. DockerProcessRemote process,
  3. bool stderr,
  4. OutputStream outputStream,
  5. void entryAdder(
    1. List entries
    ),
)

Implementation

OutputClient(this.hostRemote, this.process, this.stderr, this.outputStream,
    this.entryAdder);