menu
khadem package
documentation
socket.dart
SocketContext
set method
set method
dark_mode
light_mode
set
method
void
set
(
String
key
,
dynamic
value
)
Set a context attribute.
Implementation
void set(String key, dynamic value) { _attributes[key] = value; }
khadem package
documentation
socket
SocketContext
set method
SocketContext class