Contact Picker State Impl
internal class ContactPickerStateImpl(val contactPicked: (Contact?) -> Unit) : ContactPickerState(source)
Concrete implementation of ContactPickerState responsible for bridging the common state management with platform-specific contact picking logic.
This class maintains the reactive state of the currently selected contact and orchestrates the interaction with the underlying ContactPicker implementation.
Parameters
contact Picked
A callback that is triggered every time a contact is successfully picked or the selection is cleared.