menu
cometchat_sdk package
documentation
builders/users_request.dart
UsersRequest
getUIDs method
getUIDs method
dark_mode
light_mode
getUIDs
method
List
<
String
>
?
getUIDs
(
)
Gets the list of UIDs used to fetch specific users.
Implementation
List<String>? getUIDs() => uids;
cometchat_sdk package
documentation
builders/users_request
UsersRequest
getUIDs method
UsersRequest class