deleteNote

fun deleteNote(note: Note)

Permanently deletes a note from the database. This operation is performed asynchronously in a coroutine.

Parameters

note

The Note object to be permanently deleted.