Checks whether the emoji list needs to be updated.
bool needUpdateEmoji(String prevEmojiHash) { final result = emojiHash != prevEmojiHash; sbLog.i(StackTrace.current, 'return: $result'); return result; }