EMTextMessageBody constructor Null safety
- {required String content}
Creates a text message.
Param content The text content.
Implementation
EMTextMessageBody({required this.content}) : super(type: MessageType.TXT);
Creates a text message.
Param content The text content.
EMTextMessageBody({required this.content}) : super(type: MessageType.TXT);