clear method

void clear()

Clears the subscriptions.

Implementation

void clear() {
  _subscriptions.clear();
}