We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dbd2c commit b5f469cCopy full SHA for b5f469c
lib/model/emoji.dart
@@ -116,6 +116,13 @@ final class EmojiCandidate {
116
117
/// The portion of [PerAccountStore] describing what emoji exist.
118
mixin EmojiStore {
119
+ /// An [EmojiDisplay] for the specified emoji.
120
+ ///
121
+ /// Use [EmojiDisplay.resolve] on the result to apply the user's [Emojiset]
122
+ /// setting.
123
124
+ /// May be a [TextEmojiDisplay] even if the emojiset is not [Emojiset.text];
125
+ /// this happens for image emojis whose URLs don't parse.
126
EmojiDisplay emojiDisplayFor({
127
required ReactionType emojiType,
128
required String emojiCode,
0 commit comments