EMCustomMessageBody constructor Null safety
- {required String? event,
- Map<
String, String> ? params}
Implementation
EMCustomMessageBody({required this.event, this.params})
: super(type: EMMessageBodyType.CUSTOM);
EMCustomMessageBody({required this.event, this.params})
: super(type: EMMessageBodyType.CUSTOM);