close method
Closes the underlying HTTP client.
This method is called to close the internal HTTP client when it's no longer needed.
Implementation
@override
void close() {
_inner.close();
}
Closes the underlying HTTP client.
This method is called to close the internal HTTP client when it's no longer needed.
@override
void close() {
_inner.close();
}