note Exists

open fun noteExists(authorId: String, noteId: String): Boolean

Method to check whether a note exists

Return

whether a note exists as boolean

Parameters

authorId

The author of the note identifier

noteId

The note identifier