clearUnreadNotificationCount method

void clearUnreadNotificationCount()

Clears the unread notification count (sets to 0).

Implementation

void clearUnreadNotificationCount() {
  updateUnreadNotificationCount(0);
}