sendFileMessage abstract method

Future<NEResult<RoomMessage>> sendFileMessage(
  1. String roomUuid,
  2. String messageUuid,
  3. String filePath,
  4. List<String>? userUuids, {
  5. NEChatroomType chatroomType = NEChatroomType.common,
})

Implementation

Future<NEResult<RoomMessage>> sendFileMessage(String roomUuid,
    String messageUuid, String filePath, List<String>? userUuids,
    {NEChatroomType chatroomType = NEChatroomType.common});