IndexedDBRepository
Functions
Link copied to clipboard
suspend fun <T> IndexedDBRepository.withIndexedDBRead(block: suspend WrappedTransaction.(WrappedObjectStore) -> T): T
Link copied to clipboard
suspend fun IndexedDBRepository.withIndexedDBWrite(block: suspend WrappedTransaction.(WrappedObjectStore) -> Unit)