incrementUnreadNotificationCount method

void incrementUnreadNotificationCount()

Increments the unread notification count by 1.

Implementation

void incrementUnreadNotificationCount() {
  updateUnreadNotificationCount(state.unreadNotificationCount + 1);
}