
implementation("pro.respawn.flowmvi:savedstate:3.2.0-alpha01")Facilitates state persistence and restoration in applications, enhancing user experience by maintaining data across sessions. Offers customizable savers like `MapSaver`, `JsonSaver`, and `FileSaver` for flexible state management. Supports behaviors such as `OnChange`, `OnUnsubscribe`, and `Periodic` to control when state is saved.