EMCustomMessageBody constructor

EMCustomMessageBody({
  1. required String? event,
  2. Map<String, String>? params,
})

Implementation

EMCustomMessageBody({required this.event, this.params})
    : super(type: EMMessageBodyType.CUSTOM);