Requests the emoji.
static Future<Emoji> getEmoji(String key) async { sbLog.i(StackTrace.current); return await _instance._chat.getEmoji(key); }