ConstructorConfig constructor

ConstructorConfig({
  1. required bool debug,
  2. CombainLogger? logger,
  3. CombainExceptionCapture? exceptionCapture,
  4. bool alsoNativeLogs = false,
})

Implementation

ConstructorConfig({
  required this.debug,
  this.logger,
  this.exceptionCapture,
  this.alsoNativeLogs = false,
});