getGeminiApiKey static method

String getGeminiApiKey()

Implementation

static String getGeminiApiKey() {
  return _config['geminiApiKey'] ?? '';
}