menu
meowchannel package
documentation
extensions/flutter/store_hook.dart
StoreHook<S>
apply method
apply method
dark_mode
light_mode
apply
method
void
apply
(
Store
<
S
>
store
,
S
state
,
dynamic
action
)
Implementation
void apply(Store<S> store, S state, dynamic action) => _closure(store, state, action);
meowchannel package
documentation
extensions/flutter/store_hook
StoreHook<S>
apply method
StoreHook class