ccLiveReaction static method

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

Implementation

static ccLiveReaction(String reaction, String receiverId) {
  messagesListener.forEach((key, value) {
    value.ccLiveReaction(reaction);
  });
}