@override Future<bool> setStringList(String key, List<String> value) { return prefs.setStringList(key, value); }