toggleNotificationPanel method
void
toggleNotificationPanel()
Implementation
void toggleNotificationPanel() {
if (showSearchPanel.value) showSearchPanel.value = false;
showNotificationPanel.toggle();
update([AppPageIdConstants.home]);
}