getRecentEmojis method
Returns list of recently used emoji from cache
Implementation
Future<List<RecentEmoji>> getRecentEmojis() async {
return EmojiPickerInternalUtils().getRecentEmojis();
}
Returns list of recently used emoji from cache
Future<List<RecentEmoji>> getRecentEmojis() async {
return EmojiPickerInternalUtils().getRecentEmojis();
}