latestLocalKeyIndex property

int latestLocalKeyIndex

used to send the key again incase someone onCallEncryptionKeyRequest but don't just send the last one because you also cycle back in your window which means you could potentially end up sharing a past key

Implementation

int get latestLocalKeyIndex => _latestLocalKeyIndex;