sendChatroomMessage abstract method
Future<NIMResult<NIMChatroomMessage> >
sendChatroomMessage(
- NIMChatroomMessage message, [
- bool resend = false
发送聊天室消息
Implementation
Future<NIMResult<NIMChatroomMessage>> sendChatroomMessage(
NIMChatroomMessage message,
[bool resend = false]);