fetchChatRoomMembers abstract method

Future<NEResult<List<NEChatroomMember>>> fetchChatRoomMembers(
  1. String roomUuid,
  2. NEChatroomMemberQueryType queryType,
  3. int limit,
  4. String? lastMemberAccount, {
  5. NEChatroomType chatroomType = NEChatroomType.common,
})

Implementation

Future<NEResult<List<NEChatroomMember>>> fetchChatRoomMembers(String roomUuid,
    NEChatroomMemberQueryType queryType, int limit, String? lastMemberAccount,
    {NEChatroomType chatroomType = NEChatroomType.common});