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 8cb3aba commit 15bd955Copy full SHA for 15bd955
lib/model/emoji.dart
@@ -3,6 +3,8 @@ import '../api/model/model.dart';
3
4
/// The portion of [PerAccountStore] describing what emoji exist.
5
mixin EmojiStore {
6
+ /// The realm's custom emoji (for [ReactionType.realmEmoji],
7
+ /// indexed by [Reaction.emojiCode].
8
Map<String, RealmEmojiItem> get realmEmoji;
9
}
10
0 commit comments