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