clearUnreadNotificationCount method
void
clearUnreadNotificationCount()
Clears the unread notification count (sets to 0).
Implementation
void clearUnreadNotificationCount() {
updateUnreadNotificationCount(0);
}
Clears the unread notification count (sets to 0).
void clearUnreadNotificationCount() {
updateUnreadNotificationCount(0);
}