setUserIdsExactFilter method
User IDs exact filter.GroupChannel list containing only and exactly the passed User IDs will be returned. This does not cooperate with other filters.
Implementation
void setUserIdsExactFilter(List<String> userIds) {
sbLog.i(StackTrace.current, 'userIds: $userIds');
nicknameContainsFilter = null;
userIdsIncludeFilter = [];
userIdsExactFilter = userIds;
}