InMemorySignedPreKeyStore class
- Inheritance
-
- Object
- SignedPreKeyStore
- InMemorySignedPreKeyStore
Constructors
Properties
Methods
-
containsSignedPreKey(
int signedPreKeyId) → Future< bool> -
override
-
loadSignedPreKey(
int signedPreKeyId) → Future< SignedPreKeyRecord> -
override
-
loadSignedPreKeys(
) → Future< List< SignedPreKeyRecord> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeSignedPreKey(
int signedPreKeyId) → Future< void> -
override
-
storeSignedPreKey(
int signedPreKeyId, SignedPreKeyRecord record) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited