removeImage method

dynamic removeImage({
  1. required bool notify,
})

Implementation

removeImage({required final bool notify}) {
  _reset(error: false);
  if (notify) notifyListeners();
}