LiveQueryClient class
Constructors
- LiveQueryClient()
-
factory
Properties
-
chanelStream
↔ StreamController<
String> ? -
getter/setter pair
-
getClientEventStream
→ Stream<
LiveQueryClientEvent> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- reconnectingController ↔ LiveQueryReconnectingController
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disconnect(
{bool userInitialized = false}) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readyState(
) → int -
reconnect(
{bool userInitialized = false}) → Future< void> -
subscribe<
T extends ParseObject> (QueryBuilder< T> query, {T? copyObject}) → Future<Subscription< T> > -
toString(
) → String -
A string representation of this object.
inherited
-
unSubscribe<
T extends ParseObject> (Subscription< T> subscription) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → LiveQueryClient
-
no setter