DebugHttpClient constructor

DebugHttpClient({
  1. bool trace = false,
})

Implementation

DebugHttpClient({this.trace = false}) {
  allowSelfSignedCertificates();
  _http = http.Client();
}