clear method

void clear()

Clear all subscriptions

Implementation

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