DebugHttpClient constructor
DebugHttpClient({
- bool trace = false,
Implementation
DebugHttpClient({this.trace = false}) {
allowSelfSignedCertificates();
_http = http.Client();
}
DebugHttpClient({this.trace = false}) {
allowSelfSignedCertificates();
_http = http.Client();
}