provider/providers_container library
Classes
-
Creator<
E, A> -
Element<
E> - Base class uses to represents the Element created by a provider
-
FactoryArgumentsElement<
E, A> -
FactoryElement<
E> - ProvidersContainer
-
Ref<
A> - Reference use to store arguments before create an Element and listen when an Element has been disposed
Typedefs
-
CreatorCallback<
E, A> = E Function(Ref< A> ref)