onLiveReaction static method

dynamic onLiveReaction(
  1. String reaction,
  2. String receiverId
)

onLiveReaction is used to inform the listeners when the logged-in user sends a transient message (live reaction)

Implementation

static onLiveReaction(String reaction, String receiverId) {
  CometChatMessageEvents.ccLiveReaction(reaction, receiverId);
}