getRecentGiphyGif method
Returns list of recently used gif from cache
Implementation
Future<List<RecentGiphyGif>> getRecentGiphyGif() async {
return GiphyGifPickerInternalUtils().getRecentGiphyGifs();
}
Returns list of recently used gif from cache
Future<List<RecentGiphyGif>> getRecentGiphyGif() async {
return GiphyGifPickerInternalUtils().getRecentGiphyGifs();
}