resetUnreadCount method

void resetUnreadCount()

Implementation

void resetUnreadCount() {
  unreadCount.value = 0;
}