dispose method

void dispose()

Closes the underlying HTTP client.

Implementation

void dispose() => _http.close();