RxNetLogAdapterInterceptor constructor
RxNetLogAdapterInterceptor({})
Implementation
RxNetLogAdapterInterceptor({
this.request = true,
this.requestHeader = true,
this.requestBody = true,
this.responseHeader = true,
this.responseBody = true,
this.error = true,
this.logPrint = log2Console,
});