sendImageMessage abstract method

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

Implementation

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