init Lazy
fun initLazy(block: suspend () -> Flow<P>): FunctionalComponentStateProperty<P>
Content copied to clipboard
Adds a callback that will initialize the property when it is access for the first time.
Adds a callback that will initialize the property when it is access for the first time.