restoreNote

fun restoreNote(note: Note): Job

Restores a soft-deleted note by setting its 'isDeleted' flag to false. The note is updated in the database. This operation is performed asynchronously in a coroutine.

Parameters

note

The Note object to be restored.