close method

Future<void> close()
inherited

Implementation

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