KoinContext class
Component thath hold the Koin instance
- Implementers
Constructors
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 - / Retrieve current KoinContext
-
getOrNull(
) → Koin - Retrieve current KoinContext or null
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setup(
KoinApplication koinApplication) → void - sets up a Koin Application
-
stop(
) → void - Stop current KoinContext
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited