userIdsIncludeIn property Null safety
read / write
Sets the filter with user IDs
Query result will return if any one of user id matches with channel's members
Implementation
List<String> userIdsIncludeIn = [];
Sets the filter with user IDs
Query result will return if any one of user id matches with channel's members
List<String> userIdsIncludeIn = [];