StickerPickerUtils class

Helper class that provides extended usage

Constructors

StickerPickerUtils()
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

addStickerToRecentlyUsed({required GlobalKey<StickerPickerWidgetState> key, required Sticker sticker, KeyboardConfig keyboardConfig = const KeyboardConfig()}) Future
Add a sticker to recently used list or increase its counter
getRecentStickers() Future<List<RecentSticker>>
Returns list of recently used stickers from cache
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchSticker({required String searchQuery, required BuildContext context}) Future<List<Sticker>>
Search stickers
toString() String
A string representation of this object.
inherited

Operators

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