encodeNoteId static method

String encodeNoteId(
  1. String id
)

Implementation

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