GlobalContext class

Global context - current Koin Application available globally

Support to help inject automatically instances once KoinApp has been started

Implemented types

Constructors

GlobalContext()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

get() Koin
Returns the global instance of the Koin.
override
getOrNull() Koin
StandAlone Koin App instance
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setup(KoinApplication koinApplication) → void
Start a Koin Application as StandAlone
override
stop() → void
Stop current StandAlone Koin application
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited