Skip to main content

removeImage method

void removeImage ()

<p>This function removes the image selected.</p> <p><strong>params</strong>: None</p> <p><strong>returns</strong>: None</p>

Implementation

void removeImage() \{
_imageFile = null;
notifyListeners();
\}