close method

Future<void> close()

Close this client and all associated resources.

Implementation

Future<void> close() async {
  httpClient.close();
}