rememberMutableContactPickerState

Internal factory function to create and remember the state implementation.

Separation of the memory allocation from the initialization logic ensures that the state object is preserved correctly while allowing InitContactPicker to be called safely within the composition flow.

Return

A remembered ContactPickerStateImpl instance.

Parameters

contactPicked

Callback for selection events.