usersProtocol property

UsersBuilderProtocol? usersProtocol
final

property to be set internally by using passed parameters usersProtocol ,selectionMode ,options these are passed to the CometChatUsersController which is responsible for the business logic usersProtocol set custom users request builder protocol

Implementation

///[usersProtocol] set custom users request builder protocol
final UsersBuilderProtocol? usersProtocol;