ExampleViewModel

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val isLoggedIn: StateFlow<Boolean>
Link copied to clipboard
val isShowLoginAlert: StateFlow<Boolean>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun login()
Link copied to clipboard
fun logout()
Link copied to clipboard