Future<void> setUnreadNotificationCount(int count) async { await SessionManagerNew.setInt(notificationCount, count); }