FileHandler constructor

FileHandler(
  1. File file, {
  2. bool enableDeviceParameters = true,
  3. bool enableApplicationParameters = true,
  4. bool enableStackTrace = true,
  5. bool enableCustomParameters = true,
  6. bool printLogs = false,
  7. bool handleWhenRejected = false,
})

Implementation

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