modular_core library
Classes
-
AsyncBindContract<
T extends Object> - BindContext
- BindContextImpl
-
BindContract<
T extends Object> - BindEmpty
- Disposable
- A class which implements Disposable can be disposed automatically once user leaves a Module
-
Injector<
T> -
InjectorImpl<
T> -
Middleware<
T> - ModularArguments
- ModularKey
- ModularRoute
- ModularRouteImpl
- RouteContext
- RouteContextImpl
-
SingletonBind<
T extends Object> - Tracker
- TrackerImpl
Properties
- disposeResolverFunc ↔ void Function(dynamic bind)?
-
getter/setter pair
- ModularTracker → TrackerImpl
-
final
- printResolverFunc ↔ void Function(String text)?
-
getter/setter pair
Functions
-
setDisposeResolver(
void fn(dynamic bind)) → dynamic -
setPrintResolver(
void fn(String text)) → dynamic