SessionStore class abstract mixin

Implementers

Constructors

SessionStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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