LiveQueryClient class Null safety
Constructors
- LiveQueryClient()
-
factory
Properties
-
getClientEventStream
→ Stream<
LiveQueryClientEvent> -
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- reconnectingController ↔ LiveQueryReconnectingController
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
disconnect(
{bool userInitialized = false}) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
read-only