clearAllComment method

dynamic clearAllComment()

Implementation

clearAllComment() {
  listOfComments = [];
}