Lifecycle.currentStateFlow
Lifecycle.currentStateAsState
Lifecycle.eventFlow
open val currentStateFlow: StateFlow
@Composable
fun Lifecycle.currentStateAsState(): State
// lifecycle.currentStateFlow.collectAsState()
のショートハンド
val Lifecycle.eventFlow: Flow