setApiKey method
Replace the API key without rebuilding the client.
Implementation
void setApiKey(String? key) =>
_transport.config = _transport.config.copyWith(apiKey: key);
Replace the API key without rebuilding the client.
void setApiKey(String? key) =>
_transport.config = _transport.config.copyWith(apiKey: key);