InMemorySessionStore class

Inheritance

Constructors

InMemorySessionStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessions HashMap<SignalProtocolAddress, Uint8List>
getter/setter pair

Methods

containsSession(SignalProtocolAddress address) Future<bool>
override
deleteAllSessions(String name) Future<void>
override
deleteSession(SignalProtocolAddress address) Future<void>
override
getSubDeviceSessions(String name) Future<List<int>>
override
loadSession(SignalProtocolAddress address) Future<SessionRecord>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
storeSession(SignalProtocolAddress address, SessionRecord record) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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