alias Map
Creates a map from the list of emoji mapping their alias short-codes to their corresponding emoji.
The Receiver .
val allEmoji = Emoji.all()
val aliases = allEmoji.aliasMap()Content copied to clipboard
WARNING: This can be quite heavy to construct. This method should be called in background and its result should be cached.
Receiver
Emoji list that should be created with Emoji.Companion.all.