public fun launchWhenStarted(block: suspend CoroutineScope.() -> Unit): Job = launch {. lifecycle.whenStarted(block). }.
確定! 回上一頁