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