menu
state_store package
documentation
socket_client.dart
SocketClient
updateFullState method
updateFullState method
dark_mode
light_mode
updateFullState
method
void
updateFullState
(
Map
<
String
,
dynamic
>
state
)
Implementation
void updateFullState(Map<String, dynamic> state) { _stateToSend = state; }
state_store package
documentation
socket_client
SocketClient
updateFullState method
SocketClient class