GiphyContentRequest.trendingGifs constructor
GiphyContentRequest.trendingGifs({
- GiphyRating rating = GiphyRating.pg13,
Creates a GiphyContentRequest for trending GIFs.
Implementation
factory GiphyContentRequest.trendingGifs(
{GiphyRating rating = GiphyRating.pg13}) {
return GiphyContentRequest.trending(
mediaType: GiphyMediaType.gif, rating: rating);
}