读取字符串列表
Future<List<String>?> getStringList(String key) async { final prefs = await _sharedPreferences; return prefs.getStringList(key); }