setHttpClient static method

  1. @visibleForTesting
void setHttpClient(
  1. Client client
)

For testing purposes only

Implementation

@visibleForTesting
static void setHttpClient(http.Client client) {
  _client = client;
}