InitContactPicker

Initializes the contact picker's internal infrastructure.

This method must be invoked within a Composable context, typically via rememberContactPickerState. It ensures that the necessary platform hooks (such as activity result launchers on Android or delegates on iOS) are correctly registered within the composition lifecycle.