Add a db query to get all the Sessions.
This commit is contained in:
committed by
Benoit Marty
parent
80fdd5f127
commit
b2ce80da69
@@ -22,6 +22,7 @@ interface SessionStore {
|
||||
fun isLoggedIn(): Flow<Boolean>
|
||||
suspend fun storeData(sessionData: SessionData)
|
||||
suspend fun getSession(sessionId: String): SessionData?
|
||||
suspend fun getAllSessions(): List<SessionData>
|
||||
suspend fun getLatestSession(): SessionData?
|
||||
suspend fun removeSession(sessionId: String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user