Realtime class abstract

Implementers

Constructors

Realtime(Client client)
factory

Properties

client Client
finalinherited
closeCode int?
Before the connection has been closed, this will be null.
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