SetDefaultReactionType constructor

const SetDefaultReactionType({
  1. required ReactionType reactionType,
})

Changes type of default reaction for the current user

Implementation

const SetDefaultReactionType({
  required this.reactionType,
});