Sql Delight Room State Repository
class SqlDelightRoomStateRepository(db: RoomStateQueries, json: Json, context: CoroutineContext) : RoomStateRepository
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun getBySecondKey(firstKey: RoomStateRepositoryKey, secondKey: String): Event<*>?
Link copied to clipboard
open suspend override fun saveBySecondKey(firstKey: RoomStateRepositoryKey, secondKey: String, value: Event<*>)