SimpleSagaMonitor constructor

SimpleSagaMonitor({
  1. bool verbose = false,
  2. bool treeLines = true,
  3. MonitorLogHandler? onLog,
})

Creates an instance of a SimpleSagaMonitor

Implementation

SimpleSagaMonitor({
  this.verbose = false,
  this.treeLines = true,
  this.onLog,
});