sendChatroomMessage abstract method

Future<NIMResult<NIMChatroomMessage>> sendChatroomMessage(
  1. NIMChatroomMessage message, [
  2. bool resend = false
])

发送聊天室消息

Implementation

Future<NIMResult<NIMChatroomMessage>> sendChatroomMessage(
    NIMChatroomMessage message,
    [bool resend = false]);