void close()

in lib/src/client.dart [183:186]


  void close() {
    _httpClient?.close();
    _httpClient = null;
  }