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