discardPic method

void discardPic()

Implementation

void discardPic() {
  debugPrint("Bild verworfen");
  _latestPic = null;
  notifyListeners();
}