InboundGroupSession class

Constructors

InboundGroupSession()

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(String session_key) → void
decrypt(String message) DecryptResult
export_session(int message_index) String
first_known_index() int
free() → void
import_session(String session_key) → void
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