close method Null safety
override
Closes this client and its underlying HTTP client.
Implementation
@override
void close() {
_httpClient?.close();
_httpClient = null;
}
Closes this client and its underlying HTTP client.
@override
void close() {
_httpClient?.close();
_httpClient = null;
}