clear method
void
clear()
Clear all sent notifications (for testing).
Implementation
void clear() {
sentNotifications.clear();
}
Clear all sent notifications (for testing).
void clear() {
sentNotifications.clear();
}