StdoutService constructor
StdoutService({
- 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});