static Future<bool> getInChat() async { SharedPreferences pref = await SharedPreferences.getInstance(); return pref.getBool(Key_inChat)!; }