设置字符串列表
Future<bool> setStringList(String key, List<String> value) async => await _prefs.setStringList(key, value);