encodeNoteId static method

String encodeNoteId(
  1. String id
)

Encode a note ID as note1

Implementation

static String encodeNoteId(String id) {
  return _encodeKey(Hrps.kNoteId, id);
}