getAllEmoji static method

Future<EmojiContainer> getAllEmoji()

Requests the all emoji.

Implementation

static Future<EmojiContainer> getAllEmoji() async {
  sbLog.i(StackTrace.current);
  return await _instance._chat.getAllEmoji();
}