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