getUnreadNotificationCount method
Implementation
int? getUnreadNotificationCount() {
if(SessionManagerNew.getInt(notificationCount) !=null)
{
return SessionManagerNew.getInt(notificationCount);
}
else
{
return 0;
}
}
int? getUnreadNotificationCount() {
if(SessionManagerNew.getInt(notificationCount) !=null)
{
return SessionManagerNew.getInt(notificationCount);
}
else
{
return 0;
}
}