
implementation("pro.respawn.flowmvi:savedstate:3.1.0-beta01")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 saving triggers. Integrates with FlowMVI architecture for seamless state handling.