currentRecvNonce property

int get currentRecvNonce

Get the current recv nonce value (useful for continuing nonces after handshake)

Implementation

int get currentRecvNonce => _recvNonce;