menu
thunderingcat_core package
documentation
broadcast/broadcast.dart
BroadcastEvent<T>
single property
single property
dark_mode
light_mode
single
property
bool
single
final
单点广播
default:false
默认为多点广播、事件可拥有多个监听者 开启后、该事件将永远只同时存在一个监听者,后者会替代前者
Implementation
final bool single;
thunderingcat_core package
documentation
broadcast/broadcast
BroadcastEvent<T>
single property
BroadcastEvent class