RTListener class

Implementers

Constructors

RTListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

clientInstance RTClient?
getter/setter pair
clientNull bool?
getter/setter pair
connectErrorSub StreamSubscription?
getter/setter pair
connectSub StreamSubscription?
getter/setter pair
disconnectSub StreamSubscription?
getter/setter pair
reconnectSub StreamSubscription?
getter/setter pair

Static Methods

connectionErrorHandler(void callback()) Future
connectionHandler(void callback()) Future
disconnectionHandler(void callback()) Future
reconnectHandler(void callback()) Future
removeConnectionErrorHandler() Future
removeConnectionHandler() Future
removeDisconnectionHandler() Future
removeListeners(String type, String event, {String? whereClause}) → void
removeReconnectHandler() Future
subscribeForObjectsChanges<T>(String event, String tableName, void callback(T? response), {String? whereClause}) Future<RTSubscription?>
subscribeForRelationsChanges<T>(String event, String tableName, String relationColumnName, void callback(T? response), {String? whereClause, List<String>? parentObjectIds}) Future<RTSubscription?>
unsubscribe(String id) → void