EmojiPickerUtils class
Helper class that provides extended usage
Constructors
- EmojiPickerUtils()
-
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
-
addEmojiToRecentlyUsed(
{required GlobalKey< EmojiPickerState> key, required Emoji emoji, Config config = const Config()}) → Future - Add an emoji to recently used list or increase its counter
-
getRecentEmojis(
) → Future< List< RecentEmoji> > - Returns list of recently used emoji from cache
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchEmoji(
String keyword) → Future< List< Emoji> > - Search for related emoticons based on keywords
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited