saveReplyId static method

dynamic saveReplyId(
  1. String user,
  2. String replyId
)

Implementation

static saveReplyId(String user, String replyId) {
  hashmap[user] = replyId;
}