currentRecvNonce property
int
get
currentRecvNonce
Get the current recv nonce value (useful for continuing nonces after handshake)
Implementation
int get currentRecvNonce => _recvNonce;
Get the current recv nonce value (useful for continuing nonces after handshake)
int get currentRecvNonce => _recvNonce;