clear method

void clear()

clear list and notify listeners

Implementation

void clear() {
  value.clear();
  notifyListeners();
}