getRecentStickers method
Returns list of recently used stickers from cache
Implementation
Future<List<RecentSticker>> getRecentStickers() async {
return StickerPickerInternalUtils().getRecentStickers();
}
Returns list of recently used stickers from cache
Future<List<RecentSticker>> getRecentStickers() async {
return StickerPickerInternalUtils().getRecentStickers();
}