ConsoleHandler constructor

ConsoleHandler({
  1. bool enableDeviceParameters = true,
  2. bool enableApplicationParameters = true,
  3. bool enableStackTrace = true,
  4. bool enableCustomParameters = false,
  5. bool handleWhenRejected = false,
})

Implementation

ConsoleHandler({
  this.enableDeviceParameters = true,
  this.enableApplicationParameters = true,
  this.enableStackTrace = true,
  this.enableCustomParameters = false,
  this.handleWhenRejected = false,
});