resetHttpClient static method

void resetHttpClient()

Resets the HTTP client to the default.

Implementation

static void resetHttpClient() {
  _httpClient = null;
}