MesiboFlutter class
- Implementers
Constructors
- MesiboFlutter({BinaryMessenger? binaryMessenger})
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
-
backupAge(
) → Future< int> -
backupDatabase(
String arg_path) → Future< void> -
databaseAge(
) → Future< int> -
getAddress(
) → Future< String> -
getAppIdForAccessToken(
) → Future< String> -
getProfile(
String? arg_peer, int arg_group) → Future< MesiboProfileFlutter> -
getSelfProfile(
) → Future< MesiboProfileFlutter> -
getTimestamp(
) → Future< int> -
getUid(
) → Future< int> -
getUniqueMessageId(
) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → Future< void> -
restoreDatabase(
String arg_path, int arg_age) → Future< void> -
setAccessToken(
String arg_token) → Future< void> -
setDatabase(
String arg_name) → Future< void> -
setPushToken(
String arg_token, bool arg_voip) → Future< void> -
setUploadUrl(
String arg_url, String arg_authToken) → Future< void> -
start(
) → Future< void> -
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
codec
→ const MessageCodec<
Object?>