GiphyContentRequest.emoji constructor

GiphyContentRequest.emoji()

Creates a GiphyContentRequest for emoji content.

Implementation

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