Future<void> setIsLoggedIn(bool isLoginIn) async { await SessionManagerNew.setBool(isLoggedIn, isLoginIn); }