Used to persist the API key.
Future<void> setApiKey(String? value) async { await setPreference(key: 'openai_api_key', value: value); }