menu
shelf_modular package
documentation
shelf_modular.dart
Injector<T>
addBindContext abstract method
addBindContext abstract method
dark_mode
light_mode
addBindContext
abstract method
void
addBindContext
(
BindContext
module
, {
String
tag
=
''
,
})
adds a context to the tree.
Implementation
void addBindContext(BindContext module, {String tag = ''});
shelf_modular package
documentation
shelf_modular
Injector<T>
addBindContext abstract method
Injector class