insertNote

fun insertNote(note: Note)

Inserts a new note into the database. This operation is performed asynchronously in a coroutine.

Parameters

note

The Note object to be inserted.