dispose method

void dispose()

Release the underlying http.Client resources.

Implementation

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