GiphyContentRequest.recents constructor

GiphyContentRequest.recents()

Creates a GiphyContentRequest for recent content.

Implementation

factory GiphyContentRequest.recents() {
  return const GiphyContentRequest(
      requestType: GiphyContentRequestType.recents,
      mediaType: GiphyMediaType.gif);
}