RxnetSimpleLogInterceptor constructor

RxnetSimpleLogInterceptor({
  1. bool logHeaders = true,
  2. bool logBody = true,
})

Implementation

RxnetSimpleLogInterceptor({
  this.logHeaders = true,
  this.logBody = true,
});