menu
shelf_modular package
documentation
shelf_modular.dart
Bind<T extends Object>
onDisposeFunc method
onDisposeFunc method
dark_mode
light_mode
onDisposeFunc
method
dynamic
onDisposeFunc
(
Object
o
)
inherited
Implementation
dynamic onDisposeFunc(Object o) => onDispose?.call(o as T);
shelf_modular package
documentation
shelf_modular
Bind<T extends Object>
onDisposeFunc method
Bind class