- Implements
-
- StreamSubscription
Constructors
- ReqSubscribeListener(Requester requester, String path, ValueUpdateCallback callback)
Properties
- callback → ValueUpdateCallback
-
read / write
- isPaused → bool
-
read-only
- path → String
-
read / write
- requester → Requester
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
asFuture(
[futureValue ]) → Future -
Returns a future that handles the
onDone
andonError
callbacks. -
cancel(
) → Future -
Cancels this subscription.
-
onData(
void handleData(data)) → void -
Set or override the data event handler of this subscription.
-
onDone(
void handleDone()) → void -
Set or override the done event handler of this subscription.
-
onError(
Function handleError) → void -
Set or override the error event handler of this subscription.
-
pause(
[Future resumeSignal ]) → void -
Request that the stream pauses events until further notice.
-
resume(
) → void -
Resume after a pause.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited