chat_ui/src/conversations/data/datasources/conversations_local_datasource library
Classes
- ConversationsLocalDataSource
- Abstract interface for conversations local data source Handles local caching of conversation data
- ConversationsLocalDataSourceImpl
- Implementation of ConversationsLocalDataSource using in-memory cache In a production app, this could use SharedPreferences, Hive, or SQLite
Exceptions / Errors
- LocalDataSourceException
- Exception thrown when local data source operations fail