clearAll method

void clearAll()

Implementation

void clearAll() {
  _uploadedImages.clear();
  notifyListeners();
}