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