setApiClient method
- @visibleForTesting
- 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;
}