menu
util_xx package
documentation
Eventxx.dart
EventxxLine_c<T>
notify method
notify method
dark_mode
light_mode
notify
method
Future
<
bool
>
notify
(
T
val
)
返回是否触发执行
Implementation
Future<bool> notify(T val) { list.add(val); return onRunEvent(); }
util_xx package
documentation
Eventxx
EventxxLine_c<T>
notify method
EventxxLine_c class