dispose method

void dispose()

Closes the underlying HTTP client. Call this when done with the instance.

Implementation

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