sendDirectTextMessage abstract method

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

Implementation

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