menu
element_core package
documentation
modules.dart
Obs<T>
execAutoNotify method
execAutoNotify method
dark_mode
light_mode
execAutoNotify
method
@
protected
void
execAutoNotify
(
)
执行通知副作用函数前判断是否启用了
autoNotify
Implementation
@protected void execAutoNotify() { if (autoNotify) notify(); }
element_core package
documentation
modules
Obs<T>
execAutoNotify method
Obs class