setApiClient method

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

Sets the Http Client used for making request for testing

Implementation

@visibleForTesting
// ignore: use_setters_to_change_properties
void setApiClient(http.Client client) {
  _client = client;
}