Realtime class abstract

Realtime allows you to listen to any events on the server-side in realtime using the subscribe method.

Implementers

Constructors

Realtime(Client client)
Initializes a Realtime service
factory

Properties

client Client
finalinherited
closeCode int?
The close code set when the WebSocket connection is closed.
no setter
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
subscribe(List<String> channels) RealtimeSubscription
Subscribes to Appwrite events and returns a RealtimeSubscription object, which can be used to listen to events on the channels in realtime and to close the subscription to stop listening.
toString() String
A string representation of this object.
inherited

Operators

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