apiKey property

String? apiKey

Used to get the API key.

Implementation

String? get apiKey {
  return getPreference<String?>(key: 'openai_api_key', defaultValue: null);
}