runOnKoinStarted

fun Koin.runOnKoinStarted(block: suspend (Koin) -> Unit)

Wait for Starting coroutines jobs to run block code

Parameters

block