apiKey property
Used to get the API key.
Implementation
String? get apiKey {
return getPreference<String?>(key: 'openai_api_key', defaultValue: null);
}
Used to get the API key.
String? get apiKey {
return getPreference<String?>(key: 'openai_api_key', defaultValue: null);
}