Methods # (async, static) DeleteNotification(notifId) Deletes a notification. Parameters: Name Type Description notifId string Object id of the notification. Source: client/src/redux/data/notification.js, line 53 # (async, static) GetNotifications() Fetches notifications. Source: client/src/redux/data/notification.js, line 20 # (async, static) ReadNotifications() Marks all notification as read. Source: client/src/redux/data/notification.js, line 36