put string list. 存储sp中key的list
static Future<bool> putStringList(String key, List<String> value) => _prefs.setStringList(key, value);