menu
bolt package
documentation
server.dart
Connection
salt property
salt property
dark_mode
light_mode
salt
property
int
get
salt
The xor of the client and server salt.
Implementation
int get salt => clientSalt ^ serverSalt;
bolt package
documentation
server
Connection
salt property
Connection class