emoji library
Classes
- EmojiDefinition
- Wrapper class around discords emojis data
Properties
- emojiDataUri → Uri
-
Emoji definitions uri
final
Functions
-
filterEmojiDefinitions(
bool predicate(EmojiDefinition), {bool cache = false}) → Stream< EmojiDefinition> -
Returns emoji based on given
predicate
. Allows to cache results viacache
parameter. -
getAllEmojiDefinitions(
{bool cache = false}) → Stream< EmojiDefinition> -
Returns all possible EmojiDefinitions. Allows to cache results via
cache
parameter. If emojis are cached it will resolve immediately with result.