StdoutService constructor

StdoutService({
  1. bool mock = false,
})

The default and only constructor where you can indicate

Implementation

// if your stdout should be in [mock] mode.
StdoutService({this.mock = false});