Offline Note Repository
Repository for the note entity.
Functions
Link copied to clipboard
Add a note to the database.
Link copied to clipboard
Delete a note from the database.
Link copied to clipboard
open override fun getAllNotesStream(): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<com/example/eduskunta/data/db/entities/NoteEntity>>
Get all notes from the database.
Link copied to clipboard
open override fun getNotesForMember(personNumber: Int): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<com/example/eduskunta/data/db/entities/NoteEntity>>
Get notes for a member from the database.