isActivated

val isActivated: StateFlow<Boolean>

Returns whether the app user's phone has been activated.

This StateFlow emits true after successful activate call and false after deactivate. The flow is thread-safe and can be collected from any coroutine context. Latest value is always available via .value property.