envVarFor static method
The provider's API-key environment variable name.
Implementation
static String envVarFor(AiProviderKind provider) => _envKeys[provider]!;
The provider's API-key environment variable name.
static String envVarFor(AiProviderKind provider) => _envKeys[provider]!;