Stores configuration data.
Configuration can include app settings, user preferences, and other persistent state that needs to survive app restarts.
Future<void> saveConfig(String key, dynamic value);