resetUnreadCount method
void
resetUnreadCount()
Resets the unread log count to zero.
Implementation
void resetUnreadCount() {
unreadCount.value = 0;
}
Resets the unread log count to zero.
void resetUnreadCount() {
unreadCount.value = 0;
}