getAllEmoji static method
Requests the all emoji.
Implementation
static Future<EmojiContainer> getAllEmoji() async {
sbLog.i(StackTrace.current);
return await _instance._chat.getAllEmoji();
}
Requests the all emoji.
static Future<EmojiContainer> getAllEmoji() async {
sbLog.i(StackTrace.current);
return await _instance._chat.getAllEmoji();
}