unsubscribe abstract method

void unsubscribe()

Removes this subscription.

Once all SyncStreamSubscriptions for a SyncStream have been unsubscribed, the ttl for that stream starts running. When it expires without subscribing again, the stream will be evicted.

Implementation

void unsubscribe();