dispose method
void
dispose()
Closes the underlying HTTP client. Call this when done with the instance.
Implementation
void dispose() => _http.close();
Closes the underlying HTTP client. Call this when done with the instance.
void dispose() => _http.close();