getUnreadNotificationCount method

int? getUnreadNotificationCount()

Implementation

int? getUnreadNotificationCount() {
  return SessionManagerMethods.getInt(notificationCount);
}