removeImage method

void removeImage()

Implementation

void removeImage() {
  imagePath.value = '';
  onRemove?.call();
}