getAllEmoji method
Retrieves all the available emoji.
Returns the container of all emoji.
Implementation
Future<EmojiContainer> getAllEmoji() async {
return await SendbirdChat.getAllEmoji();
}
Retrieves all the available emoji.
Returns the container of all emoji.
Future<EmojiContainer> getAllEmoji() async {
return await SendbirdChat.getAllEmoji();
}