InMemorySignedPreKeyStore class

Inheritance

Constructors

InMemorySignedPreKeyStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store HashMap<int, Uint8List>
final

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