restore Note
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.
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.
The Note object to be restored.