clear method

void clear()

Clear all subscriptions (for test reset).

Implementation

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