NoteRemover

class NoteRemover(repository: NoteRepository)

Constructors

Link copied to clipboard
fun NoteRemover(repository: NoteRepository)

Functions

Link copied to clipboard
fun remove(noteId: String)

Deletes a Note with the given identifier and returns true if found.