LogInterceptor constructor
LogInterceptor({})
Implementation
LogInterceptor({
this.request = true,
this.requestHeader = true,
this.requestBody = false,
this.responseHeader = true,
this.responseBody = false,
this.error = true,
this.logPrint = _debugPrint,
});