PrettyDioLogger constructor
PrettyDioLogger({})
Implementation
PrettyDioLogger({
this.request = true,
this.requestHeader = false,
this.requestBody = false,
this.responseHeader = false,
this.responseBody = true,
this.error = true,
this.maxWidth = 90,
this.compact = true,
this.logPrint = print,
});