getEmojiCategory static method
- int categoryId
Requests the emoji category.
Implementation
static Future<EmojiCategory> getEmojiCategory(int categoryId) async {
sbLog.i(StackTrace.current);
return await _instance._chat.getEmojiCategory(categoryId);
}