(habitInput)
| 55 | } |
| 56 | |
| 57 | async function deleteNotification(habitInput) { |
| 58 | await Notifications.cancelScheduledNotificationAsync(habitInput).then(() => { |
| 59 | console.log("Exclusão feita!"); |
| 60 | }); |
| 61 | } |
| 62 | |
| 63 | export default { |
| 64 | createNotification, |
nothing calls this directly
no outgoing calls
no test coverage detected