contactList

val contactList: StateFlow<List<Contact>>(source)

Non-paginated contact list.

NOTE: This is kept for ShareScreen which needs a simple, non-paginated list of contacts. The main ContactsScreen uses contactListPaged instead for better performance with large contact lists.

See also

for the paginated version used in ContactsScreen