fetchChatroomHistoryMessages abstract method

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

Implementation

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