static Future<bool> setStringList(String key, List<String> value) => _prefs.setStringList(key, value);