cleanMessage method

void cleanMessage()

Implementation

void cleanMessage() {
  ContactRepo.clearNotification();
  systemMessages.clear();
  notifyListeners();
}