@@ -1,3 +1,5 @@
|
||||
import {useCallback} from 'react'
|
||||
|
||||
export function useNotificationsRegistration() {}
|
||||
|
||||
export function useRequestNotificationsPermission() {
|
||||
@@ -6,6 +8,10 @@ export function useRequestNotificationsPermission() {
|
||||
) => {}
|
||||
}
|
||||
|
||||
export function useGetAndRegisterPushToken() {
|
||||
return useCallback(async ({}: {} = {}) => {}, [])
|
||||
}
|
||||
|
||||
export async function decrementBadgeCount(_by: number) {}
|
||||
|
||||
export async function resetBadgeCount() {}
|
||||
|
||||
Reference in New Issue
Block a user