clearAllPermanentResponses method

void clearAllPermanentResponses()

Clear all permanent responses

Implementation

void clearAllPermanentResponses() {
  _permanentResponses.clear();
}