menu
meowchannel package
documentation
core/_store.dart
AbstractStore<S>
channel property
channel property
dark_mode
light_mode
channel
property
Stream
<
StateAction
<
S
,
dynamic
>
>
channel
getter/setter pair
Implementation
late Stream<StateAction<S, dynamic>> channel;
meowchannel package
documentation
core/_store
AbstractStore<S>
channel property
AbstractStore class