Future<List<String>?> loadStringList(String key) async { final prefs = await _getPrefs(); return prefs.getStringList(key); }