koin-core / org.koin.core.scope / ScopeCallback

ScopeCallback

interface ScopeCallback

Scope Callback

Functions

onScopeClose

Called when scope is closing

abstract fun onScopeClose(scope: Scope): Unit