SetDefaultReactionType constructor
const
SetDefaultReactionType({
- required ReactionType reactionType,
Changes type of default reaction for the current user
Implementation
const SetDefaultReactionType({
required this.reactionType,
});