MCPcopy Create free account
hub / github.com/OneBitCodeBlog/onebitlife / deleteNotification

Function deleteNotification

src/Services/NotificationService.js:57–61  ·  view source on GitHub ↗
(habitInput)

Source from the content-addressed store, hash-verified

55}
56
57async function deleteNotification(habitInput) {
58 await Notifications.cancelScheduledNotificationAsync(habitInput).then(() => {
59 console.log("Exclusão feita!");
60 });
61}
62
63export default {
64 createNotification,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected