Mesibo class

Inheritance

Constructors

Mesibo()
factory

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

backupDatabase(String arg_path) Future<void>
inherited
createGroup(MEsiBOFLUtterclass settings, MesiboGroupListener listener) → void
e2ee() MesiboEndToEndEncryption
getAddress() Future<String>
inherited
getAppIdForAccessToken() Future<String>
inherited
getGroupProfile(int groupId) Future<MesiboProfile>
getPhoneContactsManager() MesiboPhoneContactsManager
getProfile(String? arg_peer, int? arg_group) Future<MesiboProfile>
override
getSelfProfile() Future<MesiboProfileFlutter>
inherited
getTimestamp() Future<int>
inherited
getUid() Future<int>
inherited
getUniqueMessageId() Future<int>
inherited
getUserProfile(String peer) Future<MesiboProfile>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restoreDatabase(String arg_path, int arg_age) Future<void>
inherited
setAccessToken(String arg_token) Future<void>
inherited
setDatabase(String arg_name) Future<void>
inherited
setListener(Object listener) → void
setPushToken(String arg_token, bool arg_voip) Future<void>
inherited
start() Future<void>
inherited
stop() Future<void>
inherited
syncContact(String arg_address, bool arg_contact, bool arg_subscribe, int arg_visibility) Future<void>
inherited
syncPhoneContacts() Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getInstance() Mesibo
getInternal() MesiboInternal