menu
meowchannel package
documentation
core/store.dart
Store<S>
getState method
getState method
dark_mode
light_mode
getState
method
@
override
Future
<
StateAction
<
S
,
dynamic
>
>
getState
(
)
override
Implementation
@override Future<StateAction<S, dynamic>> getState() async { return await _stateChannel.receive(); }
meowchannel package
documentation
core/store
Store<S>
getState method
Store class