读取布尔值
Future<bool?> getBool(String key) async { final prefs = await _sharedPreferences; return prefs.getBool(key); }