You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// get all notificationsconstnotifications=awaitcenter.getNotifications(NotificationType.Any);// get info notificationsconstinfos=awaitcenter.getNotifications(NotificationType.Info);
Clear and Close
// clear all notificationsawaitcenter.clearAllNotifications();// close the notifications centerawaitcenter.close();