Register mixin

Superclass Constraints
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
registry Map<Type, StoreFactory>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add<T>(T instance) → void
addFactory<T>(FactoryDelegate<T> factory) → void
addLazy<T>(ResolverCreateDelegate<T> delegate) → void
addTransient<T>(LocatorCreateDelegate<T> delegate) → void
get<T>() → T
This cannot be used before the store is initialised Due to the fact services may implement AsyncInit
inherited
init() Future<void>
Activates registered factories (except TransientFactory) This will enable a safe use of Locator.get
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve<T>() Future<T>
inherited
toString() String
A string representation of this object.
inherited

Operators

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