CometChatReactionListController constructor

CometChatReactionListController({
  1. required int messageId,
  2. ReactionsRequestBuilder? reactionsRequestBuilder,
  3. String selectedReaction = ReactionConstants.allReactions,
  4. BaseMessage? messageObject,
})

Implementation

CometChatReactionListController(
    {required this.messageId,
    this.reactionsRequestBuilder,
    this.selectedReaction = ReactionConstants.allReactions,
    this.messageObject});