search abstract method
Searches ChatContacts by the given criteria.
Implementation
Paginated<ChatContactId, RxChatContact> search({
UserName? name,
UserEmail? email,
UserPhone? phone,
});
Searches ChatContacts by the given criteria.
Paginated<ChatContactId, RxChatContact> search({
UserName? name,
UserEmail? email,
UserPhone? phone,
});