Companion

object Companion

Companion object providing state restoration functionality. This allows the PCI field state to be preserved across configuration changes and process death using Compose's state restoration system.

The saver handles:

  • Saving the current input value

  • Restoring the state with the saved input value

  • Creating a new state instance if needed