onKoinStarted

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

Wait for Starting coroutines jobs to run block code

Parameters

block