Session class

Constructors

Session()

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

create_inbound(Account account, String message) → void
create_inbound_from(Account account, String identity_key, String one_time_key) → void
create_outbound(Account account, String identity_key, String one_time_key) → void
decrypt(int message_type, String message) String
encrypt(String plaintext) EncryptResult
encrypt_message_type() int
free() → void
has_received_message() bool
matches_inbound(String message) bool
matches_inbound_from(String identity_key, String message) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickle(String key) String
session_id() String
toString() String
A string representation of this object.
inherited
unpickle(String key, String data) → void

Operators

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