addNote

abstract suspend fun addNote(note: NoteEntity)

Add a note to the database.

Parameters

note

The note to add.