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