fetchChatroomHistoryMessages abstract method

Future<NEResult<List<RoomMessage>>> fetchChatroomHistoryMessages(
  1. String roomUuid,
  2. NEChatroomHistoryMessageSearchOption option
)

Implementation

Future<NEResult<List<RoomMessage>>> fetchChatroomHistoryMessages(
    String roomUuid, NEChatroomHistoryMessageSearchOption option);