menu
meowchannel package
documentation
core/store.dart
Store<S>
dispatch method
dispatch method
dark_mode
light_mode
dispatch
method
@
override
Future
<
void
>
dispatch
(
dynamic
action
)
override
Implementation
@override Future<void> dispatch(dynamic action) async { await _dispatcher(action); }
meowchannel package
documentation
core/store
Store<S>
dispatch method
Store class