Controls an active stream subscription. Call unsubscribe() to stop receiving data.
unsubscribe()
Returned by subscribe(). Use unsubscribe() to terminate the stream early. Use isUnsubscribed() to check if already terminated.
subscribe()
isUnsubscribed()
Controls an active stream subscription. Call
unsubscribe()to stop receiving data.