NoScope

class NoScope : Scope<Any?>

Default Scope: will always return the same registry, no matter the context.

Constructors

NoScope
Link copied to clipboard
common
fun NoScope()

Functions

getRegistry
Link copied to clipboard
common
open override fun getRegistry(context: Any?): StandardScopeRegistry
Get a registry for a given context.