makeConversationListenerEventData method

void makeConversationListenerEventData(
  1. dynamic _channel,
  2. String type,
  3. dynamic data
)

Implementation

void makeConversationListenerEventData(_channel, String type, data) {
  CommonUtils.emitEvent(_channel, "friendListener", type, data);
}