Future<bool> setList(String key, List<String> value) async { return await _prefs.setStringList(key, value); }