Stores a configuration Entry.
Future<void> storeConfigEntry(String key, String value) async { await _configBox!.put(key, value); }