close method

void close({
  1. bool force = false,
})

Release the underlying HttpClient. Call when done with this instance.

Implementation

void close({bool force = false}) => _http.close(force: force);