signedInFlow

abstract fun signedInFlow(): StateFlow<Boolean>

Indicates if the user is signed in or not. This is a flow so that it can be observed.