menu
meowchannel package
documentation
core/store.dart
Store<S>
getStateUnsafe method
getStateUnsafe method
dark_mode
light_mode
getStateUnsafe
method
@
override
StateAction
<
S
,
dynamic
>
?
getStateUnsafe
(
)
override
Implementation
@override StateAction<S, dynamic>? getStateUnsafe() { return _stateChannel.valueOrNull(); }
meowchannel package
documentation
core/store
Store<S>
getStateUnsafe method
Store class