PrettyDioLogger constructor
PrettyDioLogger({
- bool showRequest = true,
- bool showResponse = true,
- bool requestHeader = false,
- bool queryParameters = false,
- bool requestBody = false,
- bool responseHeader = false,
- bool responseBody = false,
- bool showError = false,
- bool showCUrl = false,
- bool convertFormData = false,
- void logPrint(
- String msg
Implementation
PrettyDioLogger({
this.showRequest = true,
this.showResponse = true,
this.requestHeader = false,
this.queryParameters = false,
this.requestBody = false,
this.responseHeader = false,
this.responseBody = false,
this.showError = false,
this.showCUrl = false,
this.convertFormData = false,
this.logPrint = log,
});