Rename API and update test.
This commit is contained in:
parent
65d682f8ca
commit
80fa442b64
4 changed files with 9 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ import kotlinx.coroutines.flow.Flow
|
|||
import kotlinx.coroutines.flow.map
|
||||
|
||||
interface SessionStore {
|
||||
fun isLoggedIn(): Flow<LoggedInState>
|
||||
fun loggedInStateFlow(): Flow<LoggedInState>
|
||||
fun sessionsFlow(): Flow<List<SessionData>>
|
||||
suspend fun addSession(sessionData: SessionData)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue