ScopedComponentMixin mixin
Properties
-
componentScope
→ Scope
-
Get the associated Koin instance
read-only
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
bind<S, P>([Qualifier qualifier])
→ S
-
componentScope
Get instance instance from Koin by Primary Type P, as secondary type S
@param parameters
-
bindWithParam<S, K, P>(P param, {Qualifier qualifier})
→ S
-
Get instance instance from Koin by Primary Type K, as secondary type S
@param parameters
-
get<T>([Qualifier qualifier])
→ T
-
-
getWithParam<T, P>(P param, {Qualifier qualifier})
→ T
-
-
inject<T>([Qualifier qualifier])
→ Lazy<T>
-
Lazy inject instance from Koin
@param qualifier
@param parameters
-
injectWithParam<T, P>(P param, {Qualifier qualifier})
→ Lazy<T>
-
Lazy inject instance from Koin
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited