BugsnagEnabledErrorTypes constructor

const BugsnagEnabledErrorTypes({
  1. bool unhandledJvmExceptions = true,
  2. bool unhandledDartExceptions = true,
  3. bool crashes = true,
  4. bool ooms = true,
  5. bool thermalKills = true,
  6. bool appHangs = true,
  7. bool anrs = true,
})

Implementation

const BugsnagEnabledErrorTypes({
  this.unhandledJvmExceptions = true,
  this.unhandledDartExceptions = true,
  this.crashes = true,
  this.ooms = true,
  this.thermalKills = true,
  this.appHangs = true,
  this.anrs = true,
});