unsubscribe method

void unsubscribe()

Closes this subscription.

The server will stop reflecting the updates for the topic.

Implementation

void unsubscribe() {
    _closed = true;
}