getOpenRouterApiKey static method

String getOpenRouterApiKey()

API key para OpenRouter (proveedores OpenAI-compatible: Qwen, DeepSeek, etc.)

Implementation

static String getOpenRouterApiKey() {
  return _config['openRouterApiKey'] ?? '';
}