updateHttpClient method

void updateHttpClient(
  1. Client httpClient
)

Implementation

void updateHttpClient(http.Client httpClient) {
  restAPI
    ..httpClient = httpClient
    ..init();
}