resetHttpClient static method
void
resetHttpClient()
Resets the HTTP client to the default.
Implementation
static void resetHttpClient() {
_httpClient = null;
}
Resets the HTTP client to the default.
static void resetHttpClient() {
_httpClient = null;
}