Skip to content

Function: requestNotificationPermission()

requestNotificationPermission(userId, t): Promise<string | null | undefined>

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

Parameters

userId

string | null | undefined

t

(key, defaultText) => string

Returns

Promise<string | null | undefined>

Released under the MIT License.