clear method

void clear()

Clear all sent notifications (for testing).

Implementation

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