Account class

Constructors

Account()

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() → void
fallback_key() String
free() → void
generate_fallback_key() → void
generate_one_time_keys(int count) → void
identity_keys() String
mark_keys_as_published() → void
max_number_of_one_time_keys() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
one_time_keys() String
pickle(String key) String
remove_one_time_keys(Session session) → void
sign(String message) String
toString() String
A string representation of this object.
inherited
unpickle(String key, String data) → void
unpublished_fallback_key() String

Operators

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