kalium
common
logic
/
com.wire.kalium.logic.data.prekey
/
PreKeyRepository
/
mostRecentPreKeyId
most
Recent
Pre
Key
Id
abstract
suspend
fun
mostRecentPreKeyId
(
)
:
Either
<
StorageFailure
,
Int
>
Returns the ID of the most recent "rolling" prekey that was generated.
See also
Pre
Key
Repository.
generate
New
Pre
Keys