EMCustomMessageBody constructor Null safety
Creates a custom message.
Implementation
EMCustomMessageBody({
required this.event,
this.params,
}) : super(type: MessageType.CUSTOM);
Creates a custom message.
EMCustomMessageBody({
required this.event,
this.params,
}) : super(type: MessageType.CUSTOM);