static Future<bool?> readBool(String key) async { final pref = await SharedPreferences.getInstance(); return pref.getBool(key); }