setInChat static method
Implementation
static void setInChat(bool inChat) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setBool(Key_inChat, inChat);
}
static void setInChat(bool inChat) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setBool(Key_inChat, inChat);
}