BackendlessRT class

Constructors

BackendlessRT()
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

addConnectErrorListener(void callback(BackendlessFault fault)) Future<void>
addConnectListener(void callback()) Future<void>
addDisconnectListener(void callback(String result)) Future<void>
addReconnectAttemptListener(void callback(ReconnectAttempt result)) Future<void>
connect() Future<void>
disconnect() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeConnectionListeners() Future<void>
removeListener(Function callback) → void
toString() String
A string representation of this object.
inherited

Operators

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