Skip to content

Function: clearGroupNotifications()

clearGroupNotifications(groupId): Promise<void>

Defined in: src/utils/notification-helper.ts:273

Clears all existing push notifications for a specific group. Useful when the user opens the group manually.

Parameters

groupId

string

Returns

Promise<void>

Released under the MIT License.