LogInterceptor constructor

LogInterceptor({
  1. bool printBody = true,
  2. LogMode logMode = LogMode.complete,
  3. bool showRequestHint = true,
})

Implementation

LogInterceptor({
  this.printBody = true,
  this.logMode = LogMode.complete,
  this.showRequestHint = true,
});