currentSendNonce property
int
get
currentSendNonce
Get the current send nonce value (useful for continuing nonces after handshake)
Implementation
int get currentSendNonce => _sendNonce;
Get the current send nonce value (useful for continuing nonces after handshake)
int get currentSendNonce => _sendNonce;