close method
Release the underlying HttpClient. Call when done with this instance.
Implementation
void close({bool force = false}) => _http.close(force: force);
Release the underlying HttpClient. Call when done with this instance.
void close({bool force = false}) => _http.close(force: force);