sendBroadcastTextMessage abstract method

Future<NEResult<RoomMessage>> sendBroadcastTextMessage(
  1. String roomUuid,
  2. String message, {
  3. NEChatroomType chatroomType = NEChatroomType.common,
})

Implementation

Future<NEResult<RoomMessage>> sendBroadcastTextMessage(
    String roomUuid, String message,
    {NEChatroomType chatroomType = NEChatroomType.common});