GiphyGifPickerUtils class

Helper class that provides extended usage

Constructors

GiphyGifPickerUtils.new()
Singleton Constructor
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGiphyGifToRecentlyUsed({required GiphyGif giphyGif, KeyboardConfig keyboardConfig = const KeyboardConfig()}) Future
Add a giphy gif to recently used list or increase its counter
getRecentGiphyGif() Future<List<RecentGiphyGif>>
Returns list of recently used gif from cache
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchGiphyGif({required String searchQuery, required KeyboardConfig keyboardConfig}) Future<List<GiphyGif?>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited