InMemoryPreKeyStore class

Inheritance

Constructors

InMemoryPreKeyStore()

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

containsPreKey(int preKeyId) Future<bool>
override
loadPreKey(int preKeyId) Future<PreKeyRecord>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePreKey(int preKeyId) Future<void>
override
storePreKey(int preKeyId, PreKeyRecord record) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited