Retrieves the emoji with the specified key.
key : The key of the emoji to retrieve.
key
Returns the emoji.
Future<Emoji> getEmoji(String key) async { return await SendbirdChat.getEmoji(key); }