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