Allows to switch the API key used to authenticate requests.
@override void setClientApiKey({required String apiKey}) { _retryStrategy.requester.setClientApiKey(apiKey); }