GiphyContentRequest.animate constructor
GiphyContentRequest.animate(
- String input
Creates a GiphyContentRequest for dynamic texts.
Implementation
factory GiphyContentRequest.animate(String input) {
return GiphyContentRequest(
requestType: GiphyContentRequestType.animate,
mediaType: GiphyMediaType.text,
searchQuery: input);
}